#include <ilbccodec.h>
Public Member Functions | |
Opal_iLBC_Encoder (const OpalMediaFormat &outputMediaFormat, int speed) | |
~Opal_iLBC_Encoder () | |
virtual BOOL | ConvertFrame (const BYTE *src, BYTE *dst) |
Protected Attributes | |
struct iLBC_Enc_Inst_t_ * | encoder |
Opal_iLBC_Encoder::Opal_iLBC_Encoder | ( | const OpalMediaFormat & | outputMediaFormat, | |
int | speed | |||
) |
Opal_iLBC_Encoder::~Opal_iLBC_Encoder | ( | ) |
virtual BOOL Opal_iLBC_Encoder::ConvertFrame | ( | const BYTE * | input, | |
BYTE * | output | |||
) | [virtual] |
Convert a frame of data from one format to another. This function implicitly knows the input and output frame sizes.
Reimplemented from OpalFramedTranscoder.
struct iLBC_Enc_Inst_t_* Opal_iLBC_Encoder::encoder [read, protected] |