EventTypeFlags

class EventTypeFlags

EventTypeFlags indicate the aspects of the different EventType values. You can get the type flags of a EventType with the gst_event_type_get_flags() function.

Fields

class EventTypeFlags
DOWNSTREAM

Set if the event can travel downstream.

SERIALIZED

Set if the event should be serialized with data flow.

STICKY

Set if the event is sticky on the pads.

STICKY_MULTI

Multiple sticky events can be on a pad, each identified by the event name.

UPSTREAM

Set if the event can travel upstream.