GstStreamType

#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.

Values

ValueMeaning
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.