Audio decoder base class.
More...
#include <tdme/audio/decoder/AudioDecoder.h>
Audio decoder base class.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 23 of file AudioDecoder.h.
◆ AudioDecoder()
◆ ~AudioDecoder()
◆ close()
◆ getBitsPerSample()
int32_t getBitsPerSample |
( |
| ) |
|
|
inline |
- Returns
- bits per sample or BITSPERSAMPLES_NONE
Definition at line 72 of file AudioDecoder.h.
◆ getChannels()
- Returns
- number of channels or CHANNELS_NONE
Definition at line 58 of file AudioDecoder.h.
◆ getSampleRate()
int32_t getSampleRate |
( |
| ) |
|
|
inline |
- Returns
- sample rate in hz or SAMPLERATE_NONE
Definition at line 65 of file AudioDecoder.h.
◆ getSamples()
◆ openFile()
virtual void openFile |
( |
const string & |
pathName, |
|
|
const string & |
fileName |
|
) |
| |
|
pure virtual |
Open a local file.
- Parameters
-
pathName | path name |
fileName | file name |
- Exceptions
-
Implemented in VorbisDecoder.
◆ readFromStream()
virtual int32_t readFromStream |
( |
ByteBuffer * |
data | ) |
|
|
pure virtual |
Read raw PCM data from stream.
- Parameters
-
- Exceptions
-
- Returns
- number of bytes read
Implemented in VorbisDecoder.
◆ reset()
Resets this audio decoder, if a stream was open it will be rewinded.
- Exceptions
-
Implemented in VorbisDecoder.
◆ bitsPerSample
◆ BITSPERSAMPLES_NONE
constexpr int32_t BITSPERSAMPLES_NONE { -1 } |
|
staticconstexpr |
◆ channels
◆ CHANNELS_NONE
constexpr int32_t CHANNELS_NONE { -1 } |
|
staticconstexpr |
◆ sampleRate
◆ SAMPLERATE_NONE
constexpr int32_t SAMPLERATE_NONE { -1 } |
|
staticconstexpr |
◆ samples
◆ SAMPLES_NONE
constexpr int32_t SAMPLES_NONE { -1 } |
|
staticconstexpr |
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/audio/decoder/AudioDecoder.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/audio/decoder/AudioDecoder.cpp