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_ResetMasterPan</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="IDAFLWT"></a><div class="titlepage">
10<div></div>
11<div></div>
12</div>
13<h1>SND_ResetMasterPan <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">void SND_ResetMasterPan( <code>void )</code>;</code><br></pre></dd>
18</dl>
19<div class="refsection" lang="ja"><a name="IDAYMWT"></a>
20      <h2>Arguments</h2>
21
22      <p>None.</p>
23    </div>
24<div class="refsection" lang="ja"><a name="IDA5MWT"></a>
25      <h2>Return Values</h2>
26
27      <p>None.</p>
28    </div>
29<div class="refsection" lang="ja"><a name="IDAGNWT"></a>
30      <h2>Description</h2>
31      <p>
32Disables the master pan that was set using the <tt class="function"><a href="SND_SetMasterPan.html">SND_SetMasterPan</a></tt> function.
33</p>
34      <div class="note">
35<h3 class="title">Note</h3>
36<p>
37If this function is called while sound is being played, noise may be generated when the master pan is switched.
38</p>
39<p>
40This function is an ARM7 reserved function. After this function is called, its processing will occur only after the command is issued with the <tt class="function"><a href="SND_FlushCommand.html">SND_FlushCommand</a></tt> function.
41</p>
42<p>
43If program execution must be synchronized with process completion, first use the <tt class="function"><a href="SND_GetCurrentCommandTag.html">SND_GetCurrentCommandTag</a></tt> function to obtain the command tag immediately after calling this function. Then, after the command is issued, use the command tag and call either the <tt class="function"><a href="SND_IsFinishedCommandTag.html">SND_IsFinishedCommandTag</a></tt> or <tt class="function"><a href="SND_WaitForCommandProc.html">SND_WaitForCommandProc</a></tt> function to confirm that processing has finished or to wait for it to complete.
44</p>
45</div>
46    </div>
47<h2>See Also</h2>
48<p><code><a href="SND_SetMasterPan.html">SND_SetMasterPan</a>, <a href="SND_FlushCommand.html">SND_FlushCommand</a>, <a href="SND_GetCurrentCommandTag.html">SND_GetCurrentCommandTag</a>, <a href="SND_IsFinishedCommandTag.html">SND_IsFinishedCommandTag</a>, <a href="SND_WaitForCommandProc.html">SND_WaitForCommandProc</a></code></p>
49<h2>Revision History</h2>
50<p>2004/10/05 Initial version.</p>
51</div>
52<hr><p>CONFIDENTIAL</p></body>
53</html>
54