: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(stype: ~gi.repository.Gst.StreamType) -> str Get a descriptive string for a given :obj:`~gi.repository.Gst.StreamType` .. versionadded:: 1.10 :param stype: a :obj:`~gi.repository.Gst.StreamType` Fields ------ .. rst-class:: interim-class .. class:: StreamType :no-index: .. attribute:: AUDIO The stream is of audio data .. attribute:: CONTAINER The stream is a muxed container type .. attribute:: TEXT The stream contains subtitle / subpicture data. .. attribute:: UNKNOWN The stream is of unknown (unclassified) type. .. attribute:: VIDEO The stream carries video data