:right-sidebar: True StreamType =================================================================== .. currentmodule:: gi.repository.Gst .. versionadded:: 1.10 .. class:: StreamType :no-contents-entry: :obj:`~gi.repository.Gst.StreamType` describes a high level classification set for flows of data in :obj:`~gi.repository.Gst.Stream` objects. Note that this is a flag, and therefore users should not assume it will be a single value. Do not use the equality operator for checking whether a stream is of a certain type. Methods ------- .. rst-class:: interim-class .. class:: StreamType :no-index: .. method:: get_name() -> str Get a descriptive string for a given :obj:`~gi.repository.Gst.StreamType` .. versionadded:: 1.10 Fields ------ .. rst-class:: interim-class .. class:: StreamType :no-index: .. attribute:: AUDIO The type of the None singleton. .. attribute:: CONTAINER The type of the None singleton. .. attribute:: TEXT The type of the None singleton. .. attribute:: UNKNOWN The type of the None singleton. .. attribute:: VIDEO The type of the None singleton.