1<html>
2
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
6<title>THPAudioGetFrameSize</title>
7</head>
8
9<body>
10
11<h1>THPAudioGetFrameSize</h1>
12
13<h2>C Specification</h2>
14
15<dl>
16<dd><pre><code>#include &lt;win32/thpaudio.h&gt;</code></pre></dd>
17<dd><pre><code>u32 THPAudioGetFrameSize(THPAudioHandle* handle, u32 frame);</code></pre></dd>
18</dl>
19
20<h2>Arguments</h2>
21<table border="1" cellpadding="3" cellspacing="0.1">
22  <tr>
23<td width="120" bgcolor="#ffffe8"><strong><em><CODE>handle</CODE></em></strong></td>
24<td width="520">Pointer to a <A href="THPAudioHandle.html"><code>THPAudioHandle</code></A> structure.</td>
25  </tr>
26  <tr>
27<td width="120" bgcolor="#ffffe8"><strong><em><CODE>frame</CODE></em></strong></td>
28<td width="520">Frame number. </td>
29  </tr>
30</table>
31
32<h2>Return Values</h2>
33<p>
34Returns the size of the THP audio data (in bytes).
35</p>
36
37<h2>Description</h2>
38<p>
39Calculates the THP audio data size (in bytes) required for the <STRONG><EM><code>frame</code></EM></STRONG><SUP>th</SUP> frame of the THP movie data.
40</p>
41
42<h2>See Also</h2>
43<p>
44<A href="THPAudioHandle.html"><code>THPAudioHandle</code></A>
45</p>
46
47<h2>Revision History</h2>
48<P>2006/03/01 Initial version.</P>
49<hr>
50<P>CONFIDENTIAL</p>
51</BODY>
52</HTML>