#include <speexcodec.h>
Inheritance diagram for Opal_Speex_Decoder:
Public Member Functions | |
Opal_Speex_Decoder (const OpalMediaFormat &inputMediaFormat, int mode, int sampleRate) | |
~Opal_Speex_Decoder () | |
virtual BOOL | ConvertFrame (const BYTE *src, BYTE *dst) |
virtual BOOL | ConvertSilentFrame (BYTE *dst) |
Protected Attributes | |
void * | decoder |
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. |
|
Reimplemented from OpalFramedTranscoder. |
|
|
|
|