GstStreamType

GstStreamType describes a high level classification set for flows of data in gstreamer.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.

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.

Meta

Since

1.10