#include <ilbccodec.h>

Public Member Functions | |
| Opal_iLBC_Decoder (const OpalMediaFormat &inputMediaFormat, int speed) | |
| ~Opal_iLBC_Decoder () | |
| virtual BOOL | ConvertFrame (const BYTE *src, BYTE *dst) |
Protected Attributes | |
| struct iLBC_Dec_Inst_t_ * | decoder |
| Opal_iLBC_Decoder::Opal_iLBC_Decoder | ( | const OpalMediaFormat & | inputMediaFormat, | |
| int | speed | |||
| ) |
| Opal_iLBC_Decoder::~Opal_iLBC_Decoder | ( | ) |
| virtual BOOL Opal_iLBC_Decoder::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_Dec_Inst_t_* Opal_iLBC_Decoder::decoder [read, protected] |
1.5.5