event_parse_still_frame


Description:


public bool event_parse_still_frame (Event event, out bool in_still)

Parse a Event, identify if it is a Still Frame event, and return the still-frame state from the event if it is.

If the event represents the start of a still frame, the in_still variable will be set to TRUE, otherwise FALSE. It is OK to pass NULL for the in_still variable order to just check whether the event is a valid still-frame event.

Create a still frame event using event_new_still_frame

Parameters:

event

A Event to parse

in_still

A boolean to receive the still-frame status from the event, or NULL

Returns:

true if the event is a valid still-frame event. false if not


Namespace: Gst.Video