1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>THPPlayerGetAudioInfo</title>
10</head>
11
12<body>
13
14<h1>THPPlayerGetAudioInfo</h1>
15<h2>C Specification</h2>
16
17<dl>
18<dd><pre><code>#include &quot;THPPlayer.h&quot;</code></pre>
19  </dd>
20<dd><pre><CODE>BOOL THPPlayerGetAudioInfo(THPAudioInfo *audioInfo);</CODE></pre>
21  </dd>
22</dl>
23
24<h2>Arguments</h2>
25<table border="1" cellpadding="3" cellspacing="0.1">
26  <tr>
27<td width="120" bgcolor="#ffffe8"><strong><em><FONT face="Courier New">audioInfo</FONT></em></strong></td>
28<td width="520">Pointer to a <code>THPAudioInfo</code> structure that stores the THP movie data's audio information.</td>
29  </tr>
30</table>
31
32<h2>Return Values</h2>
33<p>Returns <CODE>TRUE</CODE> if successful; <CODE>FALSE</CODE> otherwise.</p>
34
35<H2>Description</H2>
36<p>This function gets audio information for the THP movie data that was opened by the <a href="THPPlayerOpen.html"><code>THPPlayerOpen</code></a> function and stores the audio information in the <code>THPAudioInfo</code> structure specified by the argument. </p>
37
38
39<H2>See Also</H2>
40<P><a href="THPPlayerOpen.html"><code>THPPlayerOpen</code></a></P>
41
42<H2>Revision History</H2>
43<P>2006/03/01 Initial version.</P>
44
45<hr>
46<P>CONFIDENTIAL</p>
47</BODY>
48</HTML>
49