Valadoc | Vala | Tutorial | API-References | Markup

video_event_new_still_frame


Description:

public weak Event video_event_new_still_frame (bool in_still)

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 video_event_new_still_frame use video_event_parse_still_frame.

Parameters:

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

Returns:

The new GstEvent

Namespace: Gst
Package: gstreamer-video-0.10