Module: Gst::StreamType

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN =

The stream is of unknown (unclassified) type.

1 or :unknown
AUDIO =

The stream is of audio data

2 or :audio
VIDEO =

The stream carries video data

4 or :video
CONTAINER =

The stream is a muxed container type

8 or :container
TEXT =

The stream contains subtitle / subpicture data.

16 or :text