videoEventParseStillFrame

fnbool videoEventParseStillFrame(gst.event.Event event, out bool inStill)

Parse a #GstEvent, 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 [gstvideo.global.videoEventNewStillFrame]

Parameters

eventA #GstEvent to parse
inStillA 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