#include <g726codec.h>
Inheritance diagram for Opal_G726_24_PCM:
Public Member Functions | |
Opal_G726_24_PCM () | |
virtual int | ConvertOne (int sample) const |
Opal_G726_24_PCM::Opal_G726_24_PCM | ( | ) |
virtual int Opal_G726_24_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.