caudio/cAudioCSharp/AudioFormats.cs
Murat Suri dfcf4d5f62 * Abstract away device detection now we have IAudioDeviceList (removed openAL code from capture/sound manager)
* Converted samples to use the devicelist object
* Enhanced C# binding
2011-06-05 17:02:47 +00:00

19 lines
515 B
C#

/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.4
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
namespace cAudio {
public enum AudioFormats {
EAF_8BIT_MONO,
EAF_8BIT_STEREO,
EAF_16BIT_MONO,
EAF_16BIT_STEREO
}
}