DSPAudioCodecMode

Definition


#define DSP_AUDIO_CODEC_MODE_G711_ALAW  0x0001
#define DSP_AUDIO_CODEC_MODE_G711_ULAW  0x0002

Description

Constants that define the individual encoding methods supported by DSP components.

DSP_AUDIO_CODEC_MODE_G711_ALAWG.711 A-Law (8-bit)
DSP_AUDIO_CODEC_MODE_G711_ULAWG.711 µ-Law (8-bit)

See Also

DSP_EncodeG711 DSP_DecodeG711

Revision History

2008/02/21 Initial version.


CONFIDENTIAL