#include <g711codec.h>
Inheritance diagram for Opal_G711_ALaw_PCM:
Public Member Functions | |
Opal_G711_ALaw_PCM () | |
virtual int | ConvertOne (int sample) const |
Static Public Member Functions | |
static int | ConvertSample (int sample) |
Opal_G711_ALaw_PCM::Opal_G711_ALaw_PCM | ( | ) |
virtual int Opal_G711_ALaw_PCM::ConvertOne | ( | int | sample | ) | const [virtual] |
Convert one sample from one format to another. This function takes the input data as a single sample value and converts it to its output format.
Returns converted value.
Implements OpalStreamedTranscoder.
static int Opal_G711_ALaw_PCM::ConvertSample | ( | int | sample | ) | [static] |