Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

XFuWavLoad.h

Go to the documentation of this file.
00001 /*! \file 
00002  * X-Forge Util <br>
00003  * Copyright 2000-2003 Fathammer Ltd
00004  * 
00005  * \brief RIFF Wave loader
00006  * 
00007  * $Id: XFuWavLoad.h,v 1.8 2003/10/07 06:35:28 toni Exp $
00008  * $Date: 2003/10/07 06:35:28 $
00009  * $Revision: 1.8 $
00010  */
00011 
00012 #ifndef XFUWAVLOAD_H_INCLUDED
00013 #define XFUWAVLOAD_H_INCLUDED
00014 
00015 
00016 
00017 class XFcAudioBuffer;
00018 
00019 
00020 //! Loads RIFF .Wav file as XFcAudioBuffer.
00021 /*! Currently only supports 8/16-bit mono/stereo PCM samples.
00022  */
00023 XFcAudioBuffer * xfuLoadWav(const CHAR *aFilename, UINT32 aFlags);
00024 
00025 //! Loads RIFF .Wav file as XFcAudioBuffer.
00026 /*! Currently only supports 8/16-bit mono/stereo PCM samples.
00027  */
00028 XFcAudioBuffer * xfuLoadWav(const CHAR *aFilename);
00029 
00030 
00031 #endif // !XFUWAVLOAD_H_INCLUDED
00032 

   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch