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
1.6.2