GstEventTypeFlags

GstEventTypeFlags indicate the aspects of the different GstEventType values. You can get the type flags of a GstEventType with the gst_event_type_get_flags() function. GST_EVENT_TYPE_UPSTREAM

Values

ValueMeaning
UPSTREAM1 << 0
DOWNSTREAM1 << 1
SERIALIZED1 << 2
STICKY1 << 3
STICKY_MULTI1 << 4

Meta