mirror of
https://github.com/rvtr/TwlIPL_commit-99.git
synced 2025-10-31 06:21:11 -04:00
67 lines
2.2 KiB
HTML
Executable File
67 lines
2.2 KiB
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
|
|
<title>NNS_SndHeapDestroy</title>
|
|
<link rel="stylesheet" href="../css/nitro.css" type="text/css">
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
|
</head>
|
|
<body>
|
|
<div class="refentry" lang="ja"><a name="IDAKKWT"></a><div class="titlepage">
|
|
<div></div>
|
|
<div></div>
|
|
</div>
|
|
<h1>NNS_SndHeapDestroy</h1>
|
|
<h2>構文</h2>
|
|
<dl>
|
|
<dd><pre class="funcsynopsisinfo"><code>#include <nnsys/snd.h></code></pre></dd>
|
|
<dd><pre class="funcprototype"><code class="funcprototype">void NNS_SndHeapDestroy( NNSSndHeapHandle <var>heap</var> );</code><br></pre></dd>
|
|
</dl>
|
|
<div class="refsection" lang="ja"><a name="IDA5LWT"></a>
|
|
<h2>引数</h2>
|
|
|
|
<div class="variablelist">
|
|
<table border="0">
|
|
<col align="left" valign="top">
|
|
<tbody>
|
|
<tr>
|
|
<td><em><strong><code>heap</code></strong></em></td>
|
|
<td>サウンドヒープハンドルです。</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="refsection" lang="ja"><a name="IDAOMWT"></a>
|
|
<h2>返り値</h2>
|
|
|
|
<p>なし。</p>
|
|
</div>
|
|
<div class="refsection" lang="ja"><a name="IDAVMWT"></a>
|
|
<h2>説明</h2>
|
|
<p>
|
|
サウンドヒープを破棄します。
|
|
</p>
|
|
<p>
|
|
確保済みのメモリブロックそれぞれに対して、
|
|
<tt class="function"><a href="NNS_SndHeapAlloc.html">NNS_SndHeapAlloc</a></tt>関数で設定した
|
|
コールバック関数が呼びだされます。
|
|
</p>
|
|
<div class="note">
|
|
<h3 class="title">注意</h3>
|
|
<p>
|
|
ヒープ中に、
|
|
<tt class="function"><a href="NNS_SndArcStrmInit.html">NNS_SndArcStrmInit</a></tt>関数または、
|
|
<tt class="function"><a href="NNS_SndArcStrmSetupPlayer.html">NNS_SndArcStrmSetupPlayer</a></tt>関数で
|
|
確保したストリームバッファが含まれている場合、
|
|
この関数中で、ストリームスレッドと同期をとります。
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<h2>参照</h2>
|
|
<p><a href="NNS_SndHeapAlloc.html">NNS_SndHeapAlloc</a>, <a href="NNS_SndArcStrmInit.html">NNS_SndArcStrmInit</a>, <a href="NNS_SndArcStrmSetupPlayer.html">NNS_SndArcStrmSetupPlayer</a></p>
|
|
<h2>履歴</h2>
|
|
<p>2004/09/02 スレッド同期に関する注意書き追加<br>2004/08/10 初版<br></p>
|
|
</div>
|
|
</body>
|
|
</html>
|