|
|
This class is an advanced audio decoder. It does error correction by using nearly redundant data of left and right channel to "reconstruct" the full data.
|
Constructor for the audio decoder.
Parameters:
audioWriter | AudioReaderInterface for the audio output. |
~ |
Destructor.
const card16 |
[const]
getTypeID() implementation of DecoderInterface.
Reimplemented from DecoderInterface.
const char* |
[const]
getTypeName implementation of DecoderInterface.
Reimplemented from DecoderInterface.
void |
activate() implementation of DecoderInterface.
Reimplemented from DecoderInterface.
void |
deactivate() implementation of DecoderInterface.
Reimplemented from DecoderInterface.
void |
reset() implementation of DecoderInterface.
Reimplemented from DecoderInterface.
void |
[const]
getTransportInfo() implementation of AudioDecoderInterface.
Reimplemented from DecoderInterface.
void |
[const]
getMediaInfo() implementation of DecoderInterface.
Reimplemented from DecoderInterface.
card8 |
[const]
getErrorCode() implementation of DecoderInterface.
Reimplemented from DecoderInterface.
card64 |
[const]
getPosition() implementation of DecoderInterface.
Reimplemented from DecoderInterface.
card64 |
[const]
getMaxPosition() implementation of DecoderInterface.
Reimplemented from DecoderInterface.
bool |
checkNextPacket() implementation of DecoderInterface.
Reimplemented from DecoderInterface.
void |
handleNextPacket() implementation of DecoderInterface.
Reimplemented from DecoderInterface.
card16 |
[const]
getSamplingRate() Implementation of AudioDecoderInterface.
Reimplemented from AudioQualityInterface.
card8 |
[const]
getBits() Implementation of AudioDecoderInterface.
Reimplemented from AudioQualityInterface.
card8 |
[const]
getChannels() Implementation of AudioDecoderInterface.
Reimplemented from AudioQualityInterface.
card16 |
[const]
getByteOrder() Implementation of AudioQualityInterface.
Reimplemented from AudioQualityInterface.
cardinal |
[const]
getBytesPerSecond() Implementation of AudioDecoderInterface.
Reimplemented from AudioQualityInterface.
cardinal |
[const]
getBitsPerSample() Implementation of AudioDecoderInterface.
Reimplemented from AudioQualityInterface.
AudioQuality |
[const]
getWantedQuality() implementation of AudioDecoderInterface.
see AudioDecoderInterface#getWantedQuality
Reimplemented from AudioDecoderInterface.
void |
setWantedQuality() implementation of AudioDecoderInterface.
Reimplemented from AudioDecoderInterface.