#include <codecs.h>
Inheritance diagram for H323_ALawCodec:

Public Member Functions | |
| virtual int | Encode (short sample) const |
| virtual short | Decode (int sample) const |
Construction | |
| H323_ALawCodec (Direction direction, BOOL at56kbps, unsigned frameSize) | |
Static Public Member Functions | |
| static int | EncodeSample (short sample) |
| static short | DecodeSample (int sample) |
Protected Attributes | |
| BOOL | sevenBit |
|
||||||||||||||||
|
Create a new G.711 codec for ALaw.
|
|
|
Decode a single sample value. Implements H323StreamedAudioCodec. |
|
|
|
|
|
Encode a single sample value. Implements H323StreamedAudioCodec. |
|
|
|
|
|
|
1.4.2