class lime.audio.openal.ALC
Available on all platforms
static var ALL_ATTRIBUTES:Int
static var ALL_DEVICES_SPECIFIER:Int
static var ATTRIBUTES_SIZE:Int
static var DEFAULT_ALL_DEVICES_SPECIFIER:Int
static var DEFAULT_DEVICE_SPECIFIER:Int
static var DEVICE_SPECIFIER:Int
static var ENUMERATE_ALL_EXT:Int
static var EXTENSIONS:Int
static var FALSE:Int
static var FREQUENCY:Int
static var INVALID_CONTEXT:Int
static var INVALID_DEVICE:Int
static var INVALID_ENUM:Int
static var INVALID_VALUE:Int
static var MONO_SOURCES:Int
static var NO_ERROR:Int
static var OUT_OF_MEMORY:Int
static var REFRESH:Int
static var STEREO_SOURCES:Int
static var SYNC:Int
static var TRUE:Int
static function closeDevice(device:ALDevice):Bool
static function createContext(device:ALDevice, ?attrlist:Array<Int> = null):ALContext
static function destroyContext(context:ALContext):Void
static function getContextsDevice(context:ALContext):ALDevice
static function getCurrentContext():ALContext
static function getError(device:ALDevice):Int
static function getErrorString(device:ALDevice):String
static function getIntegerv(device:ALDevice, param:Int, size:Int):Array<Int>
static function getString(device:ALDevice, param:Int):String
static function makeContextCurrent(context:ALContext):Bool
static function openDevice(?deviceName:String = null):ALDevice
static function processContext(context:ALContext):Void
static function suspendContext(context:ALContext):Void