TDME2
1.9.121
src
tdme
audio
decoder
AudioDecoder.cpp
Go to the documentation of this file.
1
#include <
tdme/tdme.h
>
2
#include <
tdme/audio/decoder/AudioDecoder.h
>
3
4
using
tdme::audio::decoder::AudioDecoder
;
5
6
constexpr
int32_t AudioDecoder::CHANNELS_NONE;
7
8
constexpr
int32_t AudioDecoder::SAMPLERATE_NONE;
9
10
constexpr
int32_t AudioDecoder::BITSPERSAMPLES_NONE;
11
12
AudioDecoder::AudioDecoder()
13
{
14
channels
=
AudioDecoder::CHANNELS_NONE
;
15
sampleRate
=
AudioDecoder::SAMPLERATE_NONE
;
16
bitsPerSample
=
AudioDecoder::BITSPERSAMPLES_NONE
;
17
samples
= 0;
18
}
19
20
AudioDecoder::~AudioDecoder
() {
21
}
AudioDecoder.h
tdme::audio::decoder::AudioDecoder
Audio decoder base class.
Definition:
AudioDecoder.h:24
tdme::audio::decoder::AudioDecoder::~AudioDecoder
virtual ~AudioDecoder()
Destructor.
Definition:
AudioDecoder.cpp:20
tdme::audio::decoder::AudioDecoder::samples
int32_t samples
Definition:
AudioDecoder.h:35
tdme::audio::decoder::AudioDecoder::CHANNELS_NONE
static constexpr int32_t CHANNELS_NONE
Definition:
AudioDecoder.h:26
tdme::audio::decoder::AudioDecoder::SAMPLERATE_NONE
static constexpr int32_t SAMPLERATE_NONE
Definition:
AudioDecoder.h:27
tdme::audio::decoder::AudioDecoder::BITSPERSAMPLES_NONE
static constexpr int32_t BITSPERSAMPLES_NONE
Definition:
AudioDecoder.h:28
tdme::audio::decoder::AudioDecoder::bitsPerSample
int32_t bitsPerSample
Definition:
AudioDecoder.h:34
tdme::audio::decoder::AudioDecoder::channels
int32_t channels
Definition:
AudioDecoder.h:32
tdme::audio::decoder::AudioDecoder::sampleRate
int32_t sampleRate
Definition:
AudioDecoder.h:33
tdme.h
Generated by
1.9.3