Module: GstAudio::AudioRingBufferState

Defined in:
(unknown)

Constant Summary collapse

STOPPED =

The ringbuffer is stopped

0 or :stopped
PAUSED =

The ringbuffer is paused

1 or :paused
STARTED =

The ringbuffer is started

2 or :started
ERROR =

The ringbuffer has encountered an error after it has been started, e.g. because the device was disconnected (Since: 1.2)

3 or :error