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>
20  #include &lt;revolution.h&gt;
21  #include &lt;revolution/sp.h&gt;
22
23  typedef struct
24  {
25      u32             entries;
26      SPSoundEntry    sound[1];
27
28  } SPSoundTable;
29  </CODE></pre>
30  </dd>
31</dl>
32
33<h2>Elements</h2>
34
35<table border="1" cellpadding="3" cellspacing="0.1">
36  <tr>
37<td width="120" bgcolor="#ffffe8"><em><strong><code>entries</code></strong></em></td>
38    <td width="520">the number of SE within sound data</td>
39  </tr>
40  <tr>
41    <td width="120" bgcolor="#ffffe8"><em><strong><code>sound[]</code></strong></em></td>
42    <td width="520">data for each SE (<code>SPSoundEntry</code>)</td>
43  </tr>
44</table>
45
46<h2>Description</h2>
47
48<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>
49
50<h2>See Also</h2>
51
52<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>
53
54<h2>Revision History</h2>
55<P>2006/03/01 Initial version.</P>
56
57<hr>
58<P>CONFIDENTIAL</p>
59</BODY>
60</HTML>
61