gst.event_type

Module for [EventType] enum namespace

struct EventType

Types 1

structEventType

Namespace for [EventType] enum

Methods
gst.types.EventTypeFlags getFlags(gst.types.EventType type) static nothrowGets the #GstEventTypeFlags associated with type.
string getName(gst.types.EventType type) static nothrowGet a printable name for the given event type. Do not modify or free.
glib.types.Quark toQuark(gst.types.EventType type) static nothrowGet the unique quark for the given event type.
uint toStickyOrdering(gst.types.EventType type) static nothrowConverts the #GstEventType to an unsigned integer that represents the ordering of sticky events when re-sending them. A lower value represents a higher-priority event.