StreamType#

Added in version 1.10.

class StreamType#

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

Methods#

class StreamType
get_name() str#

Get a descriptive string for a given StreamType

Added in version 1.10.

Fields#

class StreamType
AUDIO#

The type of the None singleton.

CONTAINER#

The type of the None singleton.

TEXT#

The type of the None singleton.

UNKNOWN#

The type of the None singleton.

VIDEO#

The type of the None singleton.