1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>
2<head>
3<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
4<title>SND_GetCaptureStatus</title>
5<link rel="stylesheet" href="../css/nitro.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
7</head>
8<body>
9<div class="refentry" lang="ja"><a name="IDAKKUT"></a><div class="titlepage">
10<div></div>
11<div></div>
12</div>
13<h1>SND_GetCaptureStatus <IMG src="../image/NTR.gif" width="24" height="12" border="0" align=middle><IMG src="../image/TWL.gif" width="24" height="12" border="0" align=middle></h1>
14<h2>Syntax</h2>
15<dl>
16<dd><pre class="funcsynopsisinfo"><code>#include &lt;nitro/snd.h&gt;</code></pre></dd>
17<dd><pre class="funcprototype"><code class="funcprototype">u32 SND_GetCaptureStatus( <code>void )</code>;</code><br></pre></dd>
18</dl>
19<div class="refsection" lang="ja"><a name="IDAULUT"></a>
20      <h2>Arguments</h2>
21
22      <p>None.</p>
23    </div>
24<div class="refsection" lang="ja"><a name="IDA1LUT"></a>
25      <h2>Return Values</h2>
26
27      <p>This function uses a bit flag to indicate whether each sound capture is active. The return values indicate capture 0, capture 1 in order from the lower order bit. If the sound capture is active, the bit is set.</p>
28    </div>
29<div class="refsection" lang="ja"><a name="IDACMUT"></a>
30      <h2>Description</h2>
31      <p>
32This function uses a return value to determine whether a sound capture is active.
33</p>
34      <div class="note">
35<h3 class="title">Note</h3>
36<p>
37This function is carried out asynchronously with respect to ARM7 command functions. To achieve synchronization, you must use a function such as <tt class="function"><a href="SND_IsFinishedCommandTag.html">SND_IsFinishedCommandTag</a></tt> to confirm that ARM7 commands have finished processing.
38</p>
39</div>
40    </div>
41<h2>See Also</h2>
42<p><a href="SND_IsFinishedCommandTag.html">SND_IsFinishedCommandTag</a></p>
43<h2>Revision History</h2>
44<p>2004/08/10 Initial version.</p>
45</div>
46<hr><p>CONFIDENTIAL</p></body>
47</html>
48