Enumeration (GI Flags)

Gst-1.0GstEventTypeFlags

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.

Index

Enumeration Members

DOWNSTREAM: number

Set if the event can travel downstream.

SERIALIZED: number

Set if the event should be serialized with data flow.

STICKY: number

Set if the event is sticky on the pads.

STICKY_MULTI: number

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

UPSTREAM: number

Set if the event can travel upstream.