#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) |
|
|
|
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. |
|
Convert a frame of data from one format to another. This function implicitly knows the input and output frame sizes. Reimplemented from OpalFramedTranscoder. |