#include <g711codec.h>
Inheritance diagram for Opal_PCM_G711_ALaw:

Public Member Functions | |
| Opal_PCM_G711_ALaw () | |
| virtual int | ConvertOne (int sample) const | 
Static Public Member Functions | |
| static int | ConvertSample (int sample) | 
| Opal_PCM_G711_ALaw::Opal_PCM_G711_ALaw | ( | ) | 
| virtual int Opal_PCM_G711_ALaw::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_PCM_G711_ALaw::ConvertSample | ( | int | sample | ) |  [static] | 
        
 1.5.1