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>DSP_WaitForG711</title>
7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" />
8</head>
9<body>
10
11<h1>DSP_WaitForG711 <IMG src="../../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13
14<pre><code>
15void DSP_WaitForG711(void);
16</code></pre>
17
18<h2>Arguments</h2>
19<p>None.</p>
20
21
22<h2>Return Values</h2>
23<p>None.</p>
24
25<h2>Description</h2>
26<p>Waits until the last G.711 function call has completed.<br />Use the <a href="DSP_TryWaitForG711.html"><CODE>DSP_TryWaitForG711</CODE></a> function to determine if it has completed.</p>
27
28<h2>Note</h2>
29<ul>
30<li>You must use the <a href="DSP_LoadG711.html"><CODE>DSP_LoadG711</CODE></a> function to load the G.711 component before using this function.</li>
31</ul>
32
33<h2>See Also</h2>
34<p><a href="DSP_LoadG711.html"><CODE>DSP_LoadG711</CODE></a><BR> <a href="DSP_EncodeG711.html"><CODE>DSP_EncodeG711</CODE></a><BR> <a href="DSP_DecodeG711.html"><CODE>DSP_DecodeG711</CODE></a><BR> <a href="DSP_TryWaitForG711.html"><CODE>DSP_TryWaitForG711</CODE></a></p>
35
36<h2>Revision History</h2>
37<p>
382008/12/12 Corrected <B>Return Values</B>.<br /> 2008/02/21 Initial version.
39</p>
40<hr><p>CONFIDENTIAL</p></body>
41</html>
42