KVIrc
4.9.2
DeveloperAPIs
|
#include <DccVoiceAdpcmCodec.h>
Public Member Functions | |
DccVoiceAdpcmCodec () | |
virtual void | decode (KviDataBuffer *stream, KviDataBuffer *signal) |
virtual int | decodedFrameSize () |
virtual void | encode (KviDataBuffer *signal, KviDataBuffer *stream) |
virtual int | encodedFrameSize () |
virtual | ~DccVoiceAdpcmCodec () |
Public Member Functions inherited from DccVoiceCodec | |
DccVoiceCodec () | |
const char * | name () |
virtual | ~DccVoiceCodec () |
Private Attributes | |
ADPCM_state * | m_pDecodeState |
ADPCM_state * | m_pEncodeState |
Additional Inherited Members | |
Protected Attributes inherited from DccVoiceCodec | |
KviCString | m_szName |
DccVoiceAdpcmCodec::DccVoiceAdpcmCodec | ( | ) |
References adpcm_state::index, m_pDecodeState, m_pEncodeState, DccVoiceCodec::m_szName, and adpcm_state::valprev.
|
virtual |
References m_pDecodeState, and m_pEncodeState.
|
virtual |
|
virtual |
Reimplemented from DccVoiceCodec.
References ADPCM_UNPACKED_FRAME_SIZE_IN_BYTES.
|
virtual |
|
virtual |
Reimplemented from DccVoiceCodec.
References ADPCM_PACKED_FRAME_SIZE_IN_BYTES.
|
private |
Referenced by DccVoiceAdpcmCodec(), decode(), and ~DccVoiceAdpcmCodec().
|
private |
Referenced by DccVoiceAdpcmCodec(), encode(), and ~DccVoiceAdpcmCodec().