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>SPAdpcmEntry</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">SPAdpcmEntry</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17  #include &lt;revolution.h&gt;
18  #include &lt;revolution/sp.h&gt;
19
20  typedef struct
21  {
22      AXPBADPCM       adpcm;
23      AXPBADPCMLOOP   adpcmloop;
24
25  } SPAdpcmEntry;
26</pre></dd></dl>
27
28<h2>Elements</h2>
29<TABLE class="arguments" border="1" >
30  <tr>
31<th>adpcm</th>
32<td>Denotes the ADPCM coefficient and information required for decoding</td>
33  </tr>
34  <tr>
35<th>adpcmloop</th>
36<td>Denotes the ADPCM information required for looping</td>
37  </tr>
38</table>
39
40<h2>Description</h2>
41<p>The <CODE>SPAdpcmEntry</CODE> structure denotes decoding information that is needed when all of the SE data in the sound table (<code>SPSoundTable</code>) is in ADPCM format.</p>
42
43<h2>See Also</h2>
44<p class="reference">
45<a href="SPSoundTable.html">SPSoundTable</a>,
46<a href="SPSoundEntry.html">SPSoundEntry</a>
47</p>
48
49<h2>Revision History</h2>
50<P>
512006/03/01 Initial version.<BR>
52</P>
53
54<hr><p>CONFIDENTIAL</p></body>
55</html>
56