:right-sidebar: True EventType =================================================================== .. currentmodule:: gi.repository.Gst .. class:: EventType :no-contents-entry: :obj:`~gi.repository.Gst.EventType` lists the standard event types that can be sent in a pipeline. The custom event types can be used for private messages between elements that can't be expressed using normal GStreamer buffer passing semantics. Custom events carry an arbitrary :obj:`~gi.repository.Gst.Structure`\. Specific custom events are distinguished by the name of the structure. Methods ------- .. rst-class:: interim-class .. class:: EventType :no-index: .. method:: get_flags() -> ~gi.repository.Gst.EventTypeFlags Gets the :obj:`~gi.repository.Gst.EventTypeFlags` associated with ``type``\. .. method:: get_name() -> str Get a printable name for the given event type. Do not modify or free. .. method:: to_quark() -> int Get the unique quark for the given event type. .. method:: to_sticky_ordering() -> int Converts the :obj:`~gi.repository.Gst.EventType` to an unsigned integer that represents the ordering of sticky events when re-sending them. A lower value represents a higher-priority event. .. versionadded:: 1.22 Fields ------ .. rst-class:: interim-class .. class:: EventType :no-index: .. attribute:: BUFFERSIZE The type of the None singleton. .. attribute:: CAPS The type of the None singleton. .. attribute:: CUSTOM_BOTH The type of the None singleton. .. attribute:: CUSTOM_BOTH_OOB The type of the None singleton. .. attribute:: CUSTOM_DOWNSTREAM The type of the None singleton. .. attribute:: CUSTOM_DOWNSTREAM_OOB The type of the None singleton. .. attribute:: CUSTOM_DOWNSTREAM_STICKY The type of the None singleton. .. attribute:: CUSTOM_UPSTREAM The type of the None singleton. .. attribute:: EOS The type of the None singleton. .. attribute:: FLUSH_START The type of the None singleton. .. attribute:: FLUSH_STOP The type of the None singleton. .. attribute:: GAP The type of the None singleton. .. attribute:: INSTANT_RATE_CHANGE The type of the None singleton. .. attribute:: INSTANT_RATE_SYNC_TIME The type of the None singleton. .. attribute:: LATENCY The type of the None singleton. .. attribute:: NAVIGATION The type of the None singleton. .. attribute:: PROTECTION The type of the None singleton. .. attribute:: QOS The type of the None singleton. .. attribute:: RECONFIGURE The type of the None singleton. .. attribute:: SEEK The type of the None singleton. .. attribute:: SEGMENT The type of the None singleton. .. attribute:: SEGMENT_DONE The type of the None singleton. .. attribute:: SELECT_STREAMS The type of the None singleton. .. attribute:: SINK_MESSAGE The type of the None singleton. .. attribute:: STEP The type of the None singleton. .. attribute:: STREAM_COLLECTION The type of the None singleton. .. attribute:: STREAM_GROUP_DONE The type of the None singleton. .. attribute:: STREAM_START The type of the None singleton. .. attribute:: TAG The type of the None singleton. .. attribute:: TOC The type of the None singleton. .. attribute:: TOC_SELECT The type of the None singleton. .. attribute:: UNKNOWN The type of the None singleton.