cAudio  2.3.0
3d Audio Engine
EAudioFormats.h
1 // Copyright (c) 2008-2011 Raynaldo (Wildicv) Rivera, Joshua (Dark_Kilauea) Jones, Murat (wolfmanfx) Sari
2 // This file is part of the "cAudio Engine"
3 // For conditions of distribution and use, see copyright notice in cAudio.h
4 
5 #pragma once
6 
7 namespace cAudio
8 {
11  {
12  EAF_8BIT_MONO,
13  EAF_8BIT_STEREO,
14  EAF_16BIT_MONO,
15  EAF_16BIT_STEREO
16  };
17 };
AudioFormats
Enumeration of audio formats supported by the engine.
Definition: EAudioFormats.h:10
Main namespace for the entire cAudio library.
Definition: cAudioCapture.h:15