TDME2 1.9.121
AudioDecoder.cpp
Go to the documentation of this file.
1#include <tdme/tdme.h>
3
5
6constexpr int32_t AudioDecoder::CHANNELS_NONE;
7
8constexpr int32_t AudioDecoder::SAMPLERATE_NONE;
9
10constexpr int32_t AudioDecoder::BITSPERSAMPLES_NONE;
11
12AudioDecoder::AudioDecoder()
13{
17 samples = 0;
18}
19
21}
Audio decoder base class.
Definition: AudioDecoder.h:24
virtual ~AudioDecoder()
Destructor.
static constexpr int32_t CHANNELS_NONE
Definition: AudioDecoder.h:26
static constexpr int32_t SAMPLERATE_NONE
Definition: AudioDecoder.h:27
static constexpr int32_t BITSPERSAMPLES_NONE
Definition: AudioDecoder.h:28