#include <gsmcodec.h>
Inheritance diagram for Opal_GSM0610_PCM:
Public Member Functions | |
Opal_GSM0610_PCM () | |
BOOL | Convert (const RTP_DataFrame &input, RTP_DataFrame &output) |
BOOL | ConvertFrame (const BYTE *src, BYTE *dst) |
Opal_GSM0610_PCM::Opal_GSM0610_PCM | ( | ) |
BOOL Opal_GSM0610_PCM::Convert | ( | const RTP_DataFrame & | input, | |
RTP_DataFrame & | output | |||
) | [virtual] |
Convert the data from one format to another. This function takes the input data as a RTP_DataFrame and converts it to its output format, placing it into the RTP_DataFrame provided.
Returns FALSE if the conversion fails.
Reimplemented from OpalFramedTranscoder.
BOOL Opal_GSM0610_PCM::ConvertFrame | ( | const BYTE * | src, | |
BYTE * | dst | |||
) | [virtual] |
Convert a frame of data from one format to another. This function implicitly knows the input and output frame sizes.
Reimplemented from OpalFramedTranscoder.