Static methods

@:native("alcCaptureSamples")staticcaptureSamples(device:Star<ALCdevice>, buffer:Star<Void>, samples:Int):Void

@:native("alcCaptureCloseDevice")staticcloseCaptureDevice(device:Star<ALCdevice>):Char

@:native("alcCloseDevice")staticcloseDevice(device:Star<ALCdevice>):Char

@:native("alcCreateContext")staticcreateContext(device:Star<ALCdevice>, attributes:Pointer<Int>):Star<ALCcontext>

@:native("alcDestroyContext")staticdestroyContext(context:Star<ALCcontext>):Void

@:native("alcGetCurrentContext")staticgetCurrentContext():Star<ALCcontext>

@:native("alcGetContextsDevice")staticgetDeviceFromContext(context:Star<ALCcontext>):Star<ALCdevice>

@:native("alcGetEnumValue")staticgetEnumValue(device:Star<ALCdevice>, enumName:ConstCharStar):Int

@:native("alcGetError")staticgetError(device:Star<ALCdevice>):Int

@:native("alcGetIntegerv")staticgetIntegers(device:Star<ALCdevice>, param:Int, size:Int, values:Star<Int>):Void

@:native("alcGetProcAddress")staticgetProcAddress(device:Star<ALCdevice>, funcName:ConstCharStar):RawPointer<Void>

@:native("alcGetString")staticgetString(device:Star<ALCdevice>, param:Int):ConstCharStar

@:native("alcIsExtensionPresent")staticisExtensionPresent(device:Star<ALCdevice>, extName:ConstCharStar):Bool

@:native("alcMakeContextCurrent")staticmakeContextCurrent(context:Star<ALCcontext>):Char

@:native("alcCaptureOpenDevice")staticopenCaptureDevice(deviceName:ConstCharStar, captureFrequency:UInt32, captureFormat:Int, bufferSize:Int):Star<ALCdevice>

@:native("alcOpenDevice")staticopenDevice(deviceName:ConstCharStar):Star<ALCdevice>

@:native("alcProcessContext")staticprocessContext(context:Star<ALCcontext>):Void

@:native("alcCaptureStart")staticstartCapture(device:Star<ALCdevice>):Void

@:native("alcCaptureStop")staticstopCapture(device:Star<ALCdevice>):Void

@:native("alcSuspendContext")staticsuspendContext(context:Star<ALCcontext>):Void