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 <win32/thpaudio.h></code></pre></dd> 17<dd><pre><code>typedef struct 18{ 19char fileName[_MAX_PATH]; 20FILE* fileHandle; 21u32 frequency; 22u32 channel; 23u32 bitPerSample; 24u32 totalSampleSize; 25u32 dataBlockOffset; 26u32 curFileOffset; 27s32 formatType; 28s32 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> function</A> 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>03/01/2006 Initial version.</P> 44</body> 45</html>