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<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
7<title>THPAudioFileInfo</title>
8</head>
9
10<body>
11
12<h1>THPAudioFileInfo</h1>
13
14<h2>Syntax</h2>
15<dl><dd><pre class="construction">
16#include &lt;win32/thpaudio.h&gt;
17
18typedef struct
19{
20    char    fileName[_MAX_PATH];
21    FILE*   fileHandle;
22    u32     frequency;
23    u32     channel;
24    u32     bitPerSample;
25    u32     totalSampleSize;
26    u32     dataBlockOffset;
27    u32     curFileOffset;
28    s32     formatType;
29    s32     type;
30} THPAudioFileInfo;
31</pre></dd></dl>
32
33<h2>Description</h2>
34<p>
35Each member of the <code>THPAudioFileInfo</code> structure is initialized based on the wav file header information at the time that the <A href="THPAudioCreateHandle.html"><code>THPAudioCreateHandle</code></A> function is called.
36</p>
37
38<h2>See Also</h2>
39<p class="reference">
40<A href="THPAudioCreateHandle.html">THPAudioCreateHandle</A>
41</p>
42
43<h2>Revision History</h2>
44<P>
452006/03/01 Initial version.<br>
46</P>
47
48<hr><p>CONFIDENTIAL</p></body>
49</html>