StreamError#

class StreamError#

Stream errors are for anything related to the stream being processed: format errors, media type errors, … They’re typically used by decoders, demuxers, converters, …

Methods#

class StreamError
quark() int#

Fields#

class StreamError
CODEC_NOT_FOUND#

The type of the None singleton.

DECODE#

The type of the None singleton.

DECRYPT#

The type of the None singleton.

DECRYPT_NOKEY#

The type of the None singleton.

DEMUX#

The type of the None singleton.

ENCODE#

The type of the None singleton.

FAILED#

The type of the None singleton.

FORMAT#

The type of the None singleton.

MUX#

The type of the None singleton.

NOT_IMPLEMENTED#

The type of the None singleton.

NUM_ERRORS#

The type of the None singleton.

TOO_LAZY#

The type of the None singleton.

TYPE_NOT_FOUND#

The type of the None singleton.

WRONG_TYPE#

The type of the None singleton.