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)Gets the #GstEventTypeFlags associated with type.
string getName(gst.types.EventType type)Get a printable name for the given event type. Do not modify or free.
glib.types.Quark toQuark(gst.types.EventType type)Get the unique quark for the given event type.
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.