![]() |
KVIrc
4.9.2
DeveloperAPIs
|
#include <DccVoiceCodec.h>
Inheritance diagram for DccVoiceCodec:Public Member Functions | |
| DccVoiceCodec () | |
| virtual void | decode (KviDataBuffer *stream, KviDataBuffer *signal) |
| virtual int | decodedFrameSize () |
| virtual void | encode (KviDataBuffer *signal, KviDataBuffer *stream) |
| virtual int | encodedFrameSize () |
| const char * | name () |
| virtual | ~DccVoiceCodec () |
Protected Attributes | |
| KviCString | m_szName |
| DccVoiceCodec::DccVoiceCodec | ( | ) |
|
virtualdefault |
|
virtual |
Reimplemented in DccVoiceAdpcmCodec, and DccVoiceNullCodec.
Referenced by DccVoiceThread::readWriteStep().
|
virtual |
Reimplemented in DccVoiceAdpcmCodec, and DccVoiceNullCodec.
Referenced by DccVoiceThread::run().
|
virtual |
Reimplemented in DccVoiceAdpcmCodec, and DccVoiceNullCodec.
Referenced by DccVoiceThread::soundStep().
|
virtual |
Reimplemented in DccVoiceAdpcmCodec, and DccVoiceNullCodec.
Referenced by DccVoiceThread::run().
| const char * DccVoiceCodec::name | ( | ) |
References m_szName, and KviCString::ptr().
Referenced by DccVoiceWindow::connected().
|
protected |
Referenced by DccVoiceAdpcmCodec::DccVoiceAdpcmCodec(), DccVoiceNullCodec::DccVoiceNullCodec(), and name().
1.8.7