Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

soundformat.h

Go to the documentation of this file.
00001 /*
00002         $Id: soundformat.h,v 1.1 2001/03/06 15:09:12 mbn Exp $
00003 
00004         ------------------------------------------------------------------------
00005         ClanLib, the platform independent game SDK.
00006 
00007         This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
00008         version 2. See COPYING for details.
00009 
00010         For a total list of contributers see CREDITS.
00011 
00012         ------------------------------------------------------------------------
00013 */
00014 
00016 
00017 #ifndef header_soundformat
00018 #define header_soundformat
00019 
00020 enum SoundFormat
00021 {
00022         sf_8bit_signed,
00023         sf_8bit_signed_stereo,
00024         sf_16bit_signed,
00025         sf_16bit_signed_stereo
00026 };
00027 
00028 #endif

Generated at Wed Apr 4 19:54:03 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001