#include <codecs.h>
Inheritance diagram for H323_muLawCodec:
Public Member Functions | |
virtual int | Encode (short sample) const |
virtual short | Decode (int sample) const |
Construction | |
H323_muLawCodec (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 muLaw.
|
|
Decode a single sample value. Implements H323StreamedAudioCodec. |
|
|
|
Encode a single sample value. Implements H323StreamedAudioCodec. |
|
|
|
|