class lime.audio.openal.ALC

Class Fields

static var ALL_ATTRIBUTES:Int

static var ATTRIBUTES_SIZE: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>): 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): ALDevice

static function processContext(context:ALContext): Void

static function suspendContext(context:ALContext): Void