Enums

Details

class GstBadAudio.NonstreamAudioOutputMode(value)

Bases: GLib.Enum

The output mode defines how the output behaves with regards to looping. Either the playback position is moved back to the beginning of the loop, acting like a backwards seek, or it increases steadily, as if loop were “unrolled”.

LOOPING = 0

Playback position is moved back to the beginning of the loop

STEADY = 1

Playback position increases steadily, even when looping

class GstBadAudio.NonstreamAudioSubsongMode(value)

Bases: GLib.Enum

The subsong mode defines how the decoder shall handle subsongs.

SINGLE = 0

Only the current subsong is played

ALL = 1

All subsongs are played (current subsong index is ignored)

DECODER_DEFAULT = 2

Use decoder specific default behavior