#include <speexcodec.h>
Inheritance diagram for Opal_Speex_Encoder:
Public Member Functions | |
Opal_Speex_Encoder (const OpalMediaFormat &outputMediaFormat, int mode, int sampleRate) | |
~Opal_Speex_Encoder () | |
virtual BOOL | ConvertFrame (const BYTE *src, BYTE *dst) |
Protected Attributes | |
void * | encoder |
int | samples_per_frame |
|
|
|
|
|
Convert a frame of data from one format to another. This function implicitly knows the input and output frame sizes. Reimplemented from OpalFramedTranscoder. |
|
|
|
|