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>THPAudioFileInfo</title>
7</head>
8
9<body>
10
11<h1>THPAudioFileInfo</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>typedef struct
18{
19    char    fileName[_MAX_PATH];
20    FILE*   fileHandle;
21    u32     frequency;
22    u32     channel;
23    u32     bitPerSample;
24    u32     totalSampleSize;
25    u32     dataBlockOffset;
26    u32     curFileOffset;
27    s32     formatType;
28    s32     type;
29} THPAudioFileInfo;</code></pre></dd>
30</dl>
31
32<h2>Description</h2>
33<p>
34The members of this structure are initialized based on information from the WAV file header when the <A href="THPAudioCreateHandle.html"><code>THPAudioCreateHandle</code></A> function is called.
35</p>
36
37<h2>See Also</h2>
38<p>
39<A href="THPAudioCreateHandle.html"><code>THPAudioCreateHandle</code></A>
40</p>
41
42<h2>Revision History</h2>
43<P>2006/03/01 Initial version.</P>
44<hr>
45<P>CONFIDENTIAL</p>
46</BODY>
47</HTML>