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>C Specification</h2> 16 17<dl> 18 <dd> 19 <pre><CODE>#include <revolution.h> 20#include <revolution/sp.h> 21 22typedef struct 23{ 24 AXPBADPCM adpcm; 25 AXPBADPCMLOOP adpcmloop; 26 27} SPAdpcmEntry;</CODE></pre> 28 </dd> 29</dl> 30 31<h2>Elements</h2> 32<table border="1" cellpadding="3" cellspacing="0.1"> 33 <tr> 34<td width="120" bgcolor="#ffffe8"><em><strong><code>adpcm</code></strong></em></td> 35 <td width="520">contains the ADPCM coefficient and information required for decoding.</td> 36 </tr> 37 <tr> 38<td width="120" bgcolor="#ffffe8"><em><strong><code>adpcmloop</code></strong></em></td> 39 <td width="520">contains ADPCM information required for looping.</td> 40 </tr> 41</table> 42 43<h2>Description</h2> 44 45<p>This structure contains decoding information that is needed when all of the SE data in the sound table (<code>SPSoundTable</code>) is in ADPCM format.</p> 46 47<h2>See Also</h2> 48 49<p><code><a href="SPSoundTable.html">SPSoundTable</a>, <a href="SPSoundEntry.html">SPSoundEntry</a></code></p> 50 51<h2>Revision History</h2> 52<P>03/01/2006 Initial version.</P> 53 54</body> 55</html> 56