Enumeration (GI Flags)

Gst-1.0GstStreamTypeSince 1.10

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

1.10

Index

Enumeration Members

Enumeration Members

AUDIO: number

The stream is of audio data

CONTAINER: number

The stream is a muxed container type

TEXT: number

The stream contains subtitle / subpicture data.

UNKNOWN: number

The stream is of unknown (unclassified) type.

VIDEO: number

The stream carries video data