1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
6<title>SPSoundTable</title>
7<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
8<META http-equiv="Content-Style-Type" content="text/css">
9</head>
10
11<body>
12
13<h1 align="left">SPSoundTable</h1>
14
15<h2>C Specification</h2>
16
17<dl>
18  <dd>
19<pre><CODE>#include &lt;revolution.h&gt;
20#include &lt;revolution/sp.h&gt;
21
22typedef struct
23{
24      u32             entries;
25      SPSoundEntry    sound[1];
26
27} SPSoundTable;</CODE></pre>
28  </dd>
29</dl>
30
31<h2>Elements</h2>
32
33<table border="1" cellpadding="3" cellspacing="0.1">
34  <tr>
35<td width="120" bgcolor="#ffffe8"><em><strong><code>entries</code></strong></em></td>
36    <td width="520">the number of SE within sound data</td>
37  </tr>
38  <tr>
39    <td width="120" bgcolor="#ffffe8"><em><strong><code>sound[]</code></strong></em></td>
40    <td width="520">data for each SE (<code>SPSoundEntry</code>)</td>
41  </tr>
42</table>
43
44<h2>Description</h2>
45
46<p>This structure contains of all of the SE information within the corresponding sound data in table form. The sound table stores the following: the SE information (<code>SPSoundEntry</code>) for each of the <code>entries</code>, and the decoding information required when the SEs are ADPCM data.</p>
47
48<h2>See Also</h2>
49
50<p><code><a href="SPInitSoundTable.html">SPInitSoundTable</a>, <a href="SPGetSoundEntry.html">SPGetSoundEntry</a>, <a href="SPSoundEntry.html">SPSoundEntry</a>, <a href="SPAdpcmEntry.html">SPAdpcmEntry</a></code></p>
51
52<h2>Revision History</h2>
53<P>03/01/2006 Initial version.</P>
54
55</body>
56</html>
57