mirror of
https://github.com/rvtr/TwlIPL_commit-99.git
synced 2025-10-31 06:21:11 -04:00
60 lines
2.4 KiB
HTML
Executable File
60 lines
2.4 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_SndArcGet*Count</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_SndArcGet*Count</h1>
|
|
<h2>構文</h2>
|
|
<dl>
|
|
<dd><pre class="funcsynopsisinfo"><code>#include <nnsys/snd.h></code></pre></dd>
|
|
<dd><pre class="funcprototype"><code class="funcprototype">u32 NNS_SndArcGetSeqCount( <code>void )</code>;</code><br><code class="funcprototype">u32 NNS_SndArcGetSeqArcCount( <code>void )</code>;</code><br><code class="funcprototype">u32 NNS_SndArcGetBankCount( <code>void )</code>;</code><br><code class="funcprototype">u32 NNS_SndArcGetWaveArcCount( <code>void )</code>;</code><br><code class="funcprototype">u32 NNS_SndArcGetGroupCount( <code>void )</code>;</code><br><code class="funcprototype">u32 NNS_SndArcGetStrmCount( <code>void )</code>;</code><br></pre></dd>
|
|
</dl>
|
|
<div class="refsection" lang="ja"><a name="IDAKNWT"></a>
|
|
<h2>引数</h2>
|
|
|
|
<p>なし。</p>
|
|
</div>
|
|
<div class="refsection" lang="ja"><a name="IDARNWT"></a>
|
|
<h2>返り値</h2>
|
|
|
|
<p>各種、サウンドアーカイブ中のデータの個数を返します。</p>
|
|
</div>
|
|
<div class="refsection" lang="ja"><a name="IDAYNWT"></a>
|
|
<h2>説明</h2>
|
|
<p>
|
|
各種、サウンドアーカイブ中のデータの個数を取得します。
|
|
</p>
|
|
<p>
|
|
<tt class="function">NNS_SndArcGetSeqCount</tt>関数は、シーケンスの個数を取得します。
|
|
</p>
|
|
<p>
|
|
<tt class="function">NNS_SndArcGetSeqArcCount</tt>関数は、シーケンスアーカイブの個数を取得します。
|
|
</p>
|
|
<p>
|
|
<tt class="function">NNS_SndArcGetBankCount</tt>関数は、バンクの個数を取得します。
|
|
</p>
|
|
<p>
|
|
<tt class="function">NNS_SndArcGetWaveArcCount</tt>関数は、波形アーカイブの個数を取得します。
|
|
</p>
|
|
<p>
|
|
<tt class="function">NNS_SndArcGetGroupCount</tt>関数は、グループの個数を取得します。
|
|
</p>
|
|
<p>
|
|
<tt class="function">NNS_SndArcGetStrmCount</tt>関数は、ストリームの個数を取得します。
|
|
</p>
|
|
</div>
|
|
<h2>参照</h2>
|
|
<p>なし。</p>
|
|
<h2>履歴</h2>
|
|
<p>2004/08/10 NNS_SndArcGetStrmCountの説明追加<br>2004/06/01 初版<br></p>
|
|
</div>
|
|
</body>
|
|
</html>
|