TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.26.10
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Gst.EventTypeFlags indicate the aspects of the different Gst.EventType values. You can get the type flags of a Gst.EventType with the gst_event_type_get_flags() function.
gst_event_type_get_flags()
Set if the event can travel downstream.
Set if the event should be serialized with data flow.
Set if the event is sticky on the pads.
Multiple sticky events can be on a pad, each identified by the event name.
Set if the event can travel upstream.
Gst.EventTypeFlags indicate the aspects of the different Gst.EventType values. You can get the type flags of a Gst.EventType with the
gst_event_type_get_flags()function.