videoEventNewStillFrame

Creates a new Still Frame event. If in_still is true, then the event represents the start of a still frame sequence. If it is false, then the event ends a still frame sequence.

To parse an event created by gstvideo.global.videoEventNewStillFrame use gstvideo.global.videoEventParseStillFrame.

videoEventNewStillFrame
(
bool inStill
)

Parameters

inStill bool

boolean value for the still-frame state of the event.

Return Value

Type: gst.event.Event

The new GstEvent