EventTypeFlags
Description:
[ CCode ( cprefix = "GST_EVENT_TYPE_" , type_id = "gst_event_type_flags_get_type ()" ) ]
[ Flags ]
public enum EventTypeFlags
EventTypeFlags indicate the aspects of the different EventType
values.
You can get the type flags of a EventType with the
get_flags function.
Content:
Enum values:
- 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.