cAudio
2.3.0
3d Audio Engine
Main Page
Namespaces
Classes
Files
File List
cAudio
include
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
{
10
enum
AudioFormats
11
{
12
EAF_8BIT_MONO,
13
EAF_8BIT_STEREO,
14
EAF_16BIT_MONO,
15
EAF_16BIT_STEREO
16
};
17
};
cAudio::AudioFormats
AudioFormats
Enumeration of audio formats supported by the engine.
Definition:
EAudioFormats.h:10
cAudio
Main namespace for the entire cAudio library.
Definition:
cAudioCapture.h:15
Generated on Mon Aug 29 2016 20:16:24 for cAudio by
1.8.11