EAudioFormats.h

00001 // Copyright (c) 2008-2010 Raynaldo (Wildicv) Rivera, Joshua (Dark_Kilauea) Jones
00002 // This file is part of the "cAudio Engine"
00003 // For conditions of distribution and use, see copyright notice in cAudio.h
00004 
00005 #ifndef EAUDIOFORMATS_H
00006 #define EAUDIOFORMATS_H
00007 
00008 namespace cAudio
00009 {
00011         enum AudioFormats
00012         {
00013           EAF_8BIT_MONO, 
00014           EAF_8BIT_STEREO,
00015           EAF_16BIT_MONO,
00016           EAF_16BIT_STEREO
00017         };
00018 };
00019 
00020 #endif 
 All Classes Namespaces Functions Variables Enumerations

Generated on Sat Feb 20 22:55:07 2010 for cAudio by  doxygen 1.6.2