added correctly cased EAudioFormats.h

This commit is contained in:
Raynaldo Rivera 2009-08-26 00:00:50 +00:00
parent 95b8d9c2b1
commit 4dff5eadae
1 changed files with 17 additions and 0 deletions

17
include/EAudioFormats.h Normal file
View File

@ -0,0 +1,17 @@
#ifndef EAUDIOFORMATS_H
#define EAUDIOFORMATS_H
namespace cAudio
{
enum AudioFormats
{
EAF_8BIT_MONO = 0x1100,
EAF_8BIT_STEREO = 0x1102,
EAF_16BIT_MONO = 0x1101,
EAF_16BIT_STEREO = 0x1103
};
};
#endif //! EAUDIOFORMATS_H