Static methods

@:native("alBuffer3f")staticbuffer3f(buffer:ALBuffer, param:Int, value1:Float32, value2:Float32, value3:Float32):Void

@:native("alBuffer3i")staticbuffer3i(buffer:ALBuffer, param:Int, value1:Int, value2:Int, value3:Int):Void

@:native("alBufferData")staticbufferData(buffer:ALBuffer, format:Int, data:Star<Void>, size:Int, sampleRate:Int):Void

@:native("alBufferf")staticbufferf(buffer:ALBuffer, param:Int, value:Float32):Void

@:native("alBufferfv")staticbufferfv(buffer:ALBuffer, param:Int, values:Pointer<Float32>):Void

@:native("alBufferi")staticbufferi(buffer:ALBuffer, param:Int, value:Int):Void

@:native("alBufferiv")staticbufferiv(buffer:ALBuffer, param:Int, values:Pointer<Int>):Void

@:native("alGenBuffers")staticcreateBuffers(num:Int, buffers:Star<ALBuffer>):Void

@:native("alGenSources")staticcreateSources(num:Int, sources:Star<ALSource>):Void

@:native("alDeleteBuffers")staticdeleteBuffers(num:Int, buffers:Pointer<ALBuffer>):Void

@:native("alDeleteSources")staticdeleteSources(num:Int, sources:Pointer<ALSource>):Void

@:native("alDisable")staticdisable(capability:Int):Void

@:native("alDistanceModel")staticdistanceModel(distanceModel:Int):Void

@:native("alDopplerFactor")staticdopplerFactor(value:Float32):Void

@:native("alDopplerVelocity")staticdopplerVelocity(value:Float32):Void

@:native("alEnable")staticenable(capability:Int):Void

@:native("alGetBoolean")staticgetBoolean(param:Int):Char

@:native("alGetBooleanv")staticgetBooleanv(param:Int, values:Star<Char>):Void

@:native("alGetBuffer3f")staticgetBuffer3f(buffer:ALBuffer, param:Int, value1:Star<Float32>, value2:Star<Float32>, value3:Star<Float32>):Void

@:native("alGetBuffer3i")staticgetBuffer3i(buffer:ALBuffer, param:Int, value1:Star<Int>, value2:Star<Int>, value3:Star<Int>):Void

@:native("alGetBufferf")staticgetBufferf(buffer:ALBuffer, param:Int, value:Star<Float32>):Void

@:native("alGetBufferfv")staticgetBufferfv(buffer:ALBuffer, param:Int, values:Star<Float32>):Void

@:native("alGetBufferi")staticgetBufferi(buffer:ALBuffer, param:Int, value:Star<Int>):Void

@:native("alGetBufferiv")staticgetBufferiv(buffer:ALBuffer, param:Int, values:Star<Int>):Void

@:native("alGetDouble")staticgetDouble(param:Int):Float64

@:native("alGetDoublev")staticgetDoublev(param:Int, values:Star<Float64>):Void

@:native("alGetEnumValue")staticgetEnumValue(enumName:ConstCharStar):Int

@:native("alGetError")staticgetError():Int

@:native("alGetFloat")staticgetFloat(param:Int):Float32

@:native("alGetFloatv")staticgetFloatv(param:Int, values:Star<Float32>):Void

@:native("alGetInteger")staticgetInteger(param:Int):Int

@:native("alGetIntegerv")staticgetIntegerv(param:Int, values:Star<Int>):Void

@:native("alGetListener3f")staticgetListener3f(param:Int, value1:Star<Float32>, value2:Star<Float32>, value3:Star<Float32>):Void

@:native("alGetListener3i")staticgetListener3i(param:Int, value1:Star<Int>, value2:Star<Int>, value3:Star<Int>):Void

@:native("alGetListenerf")staticgetListenerf(param:Int, value:Star<Float32>):Void

@:native("alGetListenerfv")staticgetListenerfv(param:Int, values:Star<Float32>):Void

@:native("alGetListeneri")staticgetListeneri(param:Int, value:Star<Int>):Void

@:native("alGetListeneriv")staticgetListeneriv(param:Int, values:Star<Int>):Void

@:native("alGetProcAddress")staticgetProcAddress(funcName:ConstCharStar):Star<Void>

@:native("alGetSource3f")staticgetSource3f(source:ALSource, param:Int, value1:Star<Float32>, value2:Star<Float32>, value3:Star<Float32>):Void

@:native("alGetSource3i")staticgetSource3i(source:ALSource, param:Int, value1:Star<Int>, value2:Star<Int>, value3:Star<Int>):Void

@:native("alGetSourcef")staticgetSourcef(source:ALSource, param:Int, value:Star<Float32>):Void

@:native("alGetSourcefv")staticgetSourcefv(source:ALSource, param:Int, values:Star<Float32>):Void

@:native("alGetSourcei")staticgetSourcei(source:ALSource, param:Int, value:Star<Int>):Void

@:native("alGetSourceiv")staticgetSourceiv(source:ALSource, param:Int, values:Star<Int>):Void

@:native("alGetString")staticgetString(param:Int):ConstCharStar

@:native("alIsBuffer")staticisBuffer(buffer:ALBuffer):Char

@:native("alIsEnabled")staticisEnabled(capability:Int):Char

@:native("alIsExtensionPresent")staticisExtensionPresent(extName:ConstCharStar):Bool

@:native("alIsSource")staticisSource(source:ALSource):Char

@:native("alListener3f")staticlistener3f(param:Int, value1:Float32, value2:Float32, value3:Float32):Void

@:native("alListener3i")staticlistener3i(param:Int, value1:Int, value2:Int, value3:Int):Void

@:native("alListenerf")staticlistenerf(param:Int, value:Float32):Void

@:native("alListenerfv")staticlistenerfv(param:Int, values:Pointer<Float32>):Void

@:native("alListeneri")staticlisteneri(param:Int, value:Int):Void

@:native("alListeneriv")staticlisteneriv(param:Int, values:Pointer<Int>):Void

@:native("alSource3f")staticsource3f(source:ALSource, param:Int, value1:Float32, value2:Float32, value3:Float32):Void

@:native("alSource3i")staticsource3i(source:ALSource, param:Int, value1:Int, value2:Int, value3:Int):Void

@:native("alSourcePause")staticsourcePause(source:ALSource):Void

@:native("alSourcePausev")staticsourcePausev(num:Int, sources:Pointer<ALSource>):Void

@:native("alSourcePlay")staticsourcePlay(source:ALSource):Void

@:native("alSourcePlayv")staticsourcePlayv(num:Int, sources:Pointer<ALSource>):Void

@:native("alSourceQueueBuffers")staticsourceQueueBuffers(source:ALSource, numBuffers:Int, buffers:Pointer<ALBuffer>):Void

@:native("alSourceRewind")staticsourceRewind(source:ALSource):Void

@:native("alSourceRewindv")staticsourceRewindv(num:Int, sources:Pointer<ALSource>):Void

@:native("alSourceStop")staticsourceStop(source:ALSource):Void

@:native("alSourceStopv")staticsourceStopv(num:Int, sources:Pointer<ALSource>):Void

@:native("alSourceUnqueueBuffers")staticsourceUnqueueBuffers(source:ALSource, numBuffers:Int, buffers:Star<ALBuffer>):Void

@:native("alSourcef")staticsourcef(source:ALSource, param:Int, value:Float32):Void

@:native("alSourcefv")staticsourcefv(source:ALSource, param:Int, values:Pointer<Float32>):Void

@:native("alSourcei")staticsourcei(source:ALSource, param:Int, value:Int):Void

@:native("alSourceiv")staticsourceiv(source:ALSource, param:Int, values:Pointer<Int>):Void

@:native("alSpeedOfSound")staticspeedOfSound(value:Float32):Void