1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> 5<meta http-equiv="Content-Style-Type" content="text/css" /> 6<title>DSPAudioCodecMode</title> 7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" /> 8</head> 9<body> 10 11<h1>DSPAudioCodecMode<IMG src="../../image/TWL.gif" align="middle"></H1> 12 13<H2>Definition</H2> 14<pre><code> 15#define DSP_AUDIO_CODEC_MODE_G711_ALAW 0x0001 16#define DSP_AUDIO_CODEC_MODE_G711_ULAW 0x0002 17</code></pre> 18 19<h2>Description</h2> 20<p>Constants that define the individual encoding methods supported by DSP components.</p> 21 22<table> 23<tr><td>DSP_AUDIO_CODEC_MODE_G711_ALAW</td><td>G.711 A-Law (8-bit)</td></tr> 24<tr><td>DSP_AUDIO_CODEC_MODE_G711_ULAW</td><td>G.711 µ-Law (8-bit)</td></tr> 25</table> 26 27<h2>See Also</h2> 28<p><code><a href="DSP_EncodeG711.html">DSP_EncodeG711</a> <a href="DSP_DecodeG711.html">DSP_DecodeG711</a></code></p> 29 30<h2>Revision History</h2> 31<p> 322008/02/21 Initial version. 33</p> 34<hr><p>CONFIDENTIAL</p></body> 35</html> 36