EventType

Namespace for EventType enum

Members

Static functions

getFlags
gst.types.EventTypeFlags getFlags(gst.types.EventType type)

Gets the #GstEventTypeFlags associated with type.

getName
string getName(gst.types.EventType type)

Get a printable name for the given event type. Do not modify or free.

toQuark
glib.types.Quark toQuark(gst.types.EventType type)

Get the unique quark for the given event type.

toStickyOrdering
uint toStickyOrdering(gst.types.EventType type)

Converts 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.