Value | Meaning |
---|---|
UNKNOWN1 | The stream is of unknown (unclassified) type. |
AUDIO2 | The stream is of audio data |
VIDEO4 | The stream carries video data |
CONTAINER8 | The stream is a muxed container type |
TEXT16 | The stream contains subtitle / subpicture data. |
Page generated by adrdox
#GstStreamType describes a high level classification set for flows of data in #GstStream 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.