KVIrc
4.9.2
DeveloperAPIs
|
#include <DccVoiceCodec.h>
Public Member Functions | |
DccVideoCodec () | |
virtual void | decode (KviDataBuffer *stream, KviDataBuffer *videoSignal, KviDataBuffer *textSignal) |
virtual int | decodedFrameSize () |
virtual int | encodedFrameSize () |
virtual void | encodeText (KviDataBuffer *textSignal, KviDataBuffer *stream) |
virtual void | encodeVideo (KviDataBuffer *videoSignal, KviDataBuffer *stream) |
const char * | name () |
virtual | ~DccVideoCodec () |
Protected Attributes | |
KviCString | m_szName |
DccVideoCodec::DccVideoCodec | ( | ) |
|
virtualdefault |
|
virtual |
Reimplemented in DccVideoTheoraCodec, and DccVideoSJpegCodec.
Referenced by DccVideoThread::readWriteStep().
|
virtual |
Reimplemented in DccVideoTheoraCodec, and DccVideoSJpegCodec.
|
virtual |
Reimplemented in DccVideoTheoraCodec, and DccVideoSJpegCodec.
|
virtual |
Reimplemented in DccVideoTheoraCodec, and DccVideoSJpegCodec.
Referenced by DccVideoThread::textStep().
|
virtual |
Reimplemented in DccVideoTheoraCodec, and DccVideoSJpegCodec.
Referenced by DccVideoThread::videoStep().
const char * DccVideoCodec::name | ( | ) |
References m_szName, and KviCString::ptr().
Referenced by DccVideoWindow::connected().
|
protected |
Referenced by DccVideoSJpegCodec::DccVideoSJpegCodec(), DccVideoTheoraCodec::DccVideoTheoraCodec(), and name().