#include "DecoderCommand.hxx"
#include "AudioFormat.hxx"
#include "MixRampInfo.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
#include "thread/Thread.hxx"
#include "Chrono.hxx"
#include "ReplayGainConfig.hxx"
#include "ReplayGainMode.hxx"
#include <exception>
#include <utility>
#include <assert.h>
#include <stdint.h>
Go to the source code of this file.
◆ DecoderState
Enumerator |
---|
STOP | |
START | |
DECODE | |
ERROR | The last "START" command failed, because there was an I/O error or because no decoder was able to decode the file.
This state will only come after START; once the state has turned to DECODE, by definition no such error can occur.
|
Definition at line 49 of file DecoderControl.hxx.