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> 20 #include <revolution.h> 21 #include <revolution/sp.h> 22 23 typedef struct 24 { 25 AXPBADPCM adpcm; 26 AXPBADPCMLOOP adpcmloop; 27 28 } SPAdpcmEntry; 29 </CODE></pre> 30 </dd> 31</dl> 32 33<h2>Elements</h2> 34<table border="1" cellpadding="3" cellspacing="0.1"> 35 <tr> 36<td width="120" bgcolor="#ffffe8"><em><strong><code>adpcm</code></strong></em></td> 37 <td width="520">contains the ADPCM coefficient and information required for decoding.</td> 38 </tr> 39 <tr> 40<td width="120" bgcolor="#ffffe8"><em><strong><code>adpcmloop</code></strong></em></td> 41 <td width="520">contains ADPCM information required for looping.</td> 42 </tr> 43</table> 44 45<h2>Description</h2> 46 47<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> 48 49<h2>See Also</h2> 50 51<p><code><a href="SPSoundTable.html">SPSoundTable</a>, <a href="SPSoundEntry.html">SPSoundEntry</a></code></p> 52 53<h2>Revision History</h2> 54<P>2006/03/01 Initial version.</P> 55 56<hr> 57<P>CONFIDENTIAL</p> 58</BODY> 59</HTML> 60