new ()
BITS:Int
BUFFER:Int
BUFFERS_PROCESSED:Int
BUFFERS_QUEUED:Int
BYTE_OFFSET:Int
CHANNELS:Int
CONE_INNER_ANGLE:Int
CONE_OUTER_ANGLE:Int
CONE_OUTER_GAIN:Int
DIRECTION:Int
DISTANCE_MODEL:Int
DOPPLER_FACTOR:Int
DOPPLER_VELOCITY:Int
EXPONENT_DISTANCE:Int
EXPONENT_DISTANCE_CLAMPED:Int
EXTENSIONS:Int
FALSE:Int
FORMAT_MONO16:Int
FORMAT_MONO8:Int
FORMAT_STEREO16:Int
FORMAT_STEREO8:Int
FREQUENCY:Int
GAIN:Int
INITIAL:Int
INVALID_ENUM:Int
INVALID_NAME:Int
INVALID_OPERATION:Int
INVALID_VALUE:Int
INVERSE_DISTANCE:Int
INVERSE_DISTANCE_CLAMPED:Int
LINEAR_DISTANCE:Int
LINEAR_DISTANCE_CLAMPED:Int
LOOPING:Int
MAX_DISTANCE:Int
MAX_GAIN:Int
MIN_GAIN:Int
NONE:Int
NO_ERROR:Int
ORIENTATION:Int
OUT_OF_MEMORY:Int
PAUSED:Int
PITCH:Int
PLAYING:Int
POSITION:Int
REFERENCE_DISTANCE:Int
RENDERER:Int
ROLLOFF_FACTOR:Int
SAMPLE_OFFSET:Int
SEC_OFFSET:Int
SIZE:Int
SOURCE_RELATIVE:Int
SOURCE_STATE:Int
SOURCE_TYPE:Int
SPEED_OF_SOUND:Int
STATIC:Int
STOPPED:Int
STREAMING:Int
TRUE:Int
UNDETERMINED:Int
VELOCITY:Int
VENDOR:Int
VERSION:Int
buffer3f (buffer:ALBuffer, param:Int, value1:Float, value2:Float, value3:Float):Void
buffer3i (buffer:ALBuffer, param:Int, value1:Int, value2:Int, value3:Int):Void
bufferData (buffer:ALBuffer, format:Int, data:ArrayBufferView, size:Int, freq:Int):Void
bufferf (buffer:ALBuffer, param:Int, value:Float):Void
bufferfv (buffer:ALBuffer, param:Int, values:Array<Float>):Void
bufferi (buffer:ALBuffer, param:Int, value:Int):Void
bufferiv (buffer:ALBuffer, param:Int, values:Array<Int>):Void
createBuffer ():ALBuffer
createSource ():ALSource
deleteBuffer (buffer:ALBuffer):Void
deleteBuffers (buffers:Array<ALBuffer>):Void
deleteSource (source:ALSource):Void
deleteSources (sources:Array<ALSource>):Void
disable (capability:Int):Void
distanceModel (distanceModel:Int):Void
dopplerFactor (value:Float):Void
dopplerVelocity (value:Float):Void
enable (capability:Int):Void
genBuffer ():ALBuffer
genBuffers (n:Int):Array<ALBuffer>
genSource ():ALSource
genSources (n:Int):Array<ALSource>
getBoolean (param:Int):Bool
getBooleanv (param:Int, ?count:Int):Array<Bool>
getBuffer3f (buffer:ALBuffer, param:Int):Array<Float>
getBuffer3i (buffer:ALBuffer, param:Int):Array<Int>
getBufferf (buffer:ALBuffer, param:Int):Float
getBufferfv (buffer:ALBuffer, param:Int, ?count:Int):Array<Float>
getBufferi (buffer:ALBuffer, param:Int):Int
getBufferiv (buffer:ALBuffer, param:Int, ?count:Int):Array<Int>
getDouble (param:Int):Float
getDoublev (param:Int, ?count:Int):Array<Float>
getEnumValue (ename:String):Int
getError ():Int
getErrorString ():String
getFloat (param:Int):Float
getFloatv (param:Int, ?count:Int):Array<Float>
getInteger (param:Int):Int
getIntegerv (param:Int, ?count:Int):Array<Int>
getListener3f (param:Int):Array<Float>
getListener3i (param:Int):Array<Int>
getListenerf (param:Int):Float
getListenerfv (param:Int, ?count:Int):Array<Float>
getListeneri (param:Int):Int
getListeneriv (param:Int, ?count:Int):Array<Int>
getProcAddress (fname:String):Dynamic
getSource3f (source:ALSource, param:Int):Array<Float>
getSource3i (source:ALSource, param:Int):Array<Int>
getSourcef (source:ALSource, param:Int):Float
getSourcefv (source:ALSource, param:Int, ?count:Int):Array<Float>
getSourcei (source:ALSource, param:Int):Dynamic
getSourceiv (source:ALSource, param:Int, ?count:Int):Array<Int>
getString (param:Int):String
isBuffer (buffer:ALBuffer):Bool
isEnabled (capability:Int):Bool
isExtensionPresent (extname:String):Bool
isSource (source:ALSource):Bool
listener3f (param:Int, value1:Float, value2:Float, value3:Float):Void
listener3i (param:Int, value1:Int, value2:Int, value3:Int):Void
listenerf (param:Int, value:Float):Void
listenerfv (param:Int, values:Array<Float>):Void
listeneri (param:Int, value:Int):Void
listeneriv (param:Int, values:Array<Int>):Void
source3f (source:ALSource, param:Int, value1:Float, value2:Float, value3:Float):Void
source3i (source:ALSource, param:Int, value1:Int, value2:Int, value3:Int):Void
sourcePause (source:ALSource):Void
sourcePausev (sources:Array<ALSource>):Void
sourcePlay (source:ALSource):Void
sourcePlayv (sources:Array<ALSource>):Void
sourceQueueBuffer (source:ALSource, buffer:ALBuffer):Void
sourceQueueBuffers (source:ALSource, nb:Int, buffers:Array<ALBuffer>):Void
sourceRewind (source:ALSource):Void
sourceRewindv (sources:Array<ALSource>):Void
sourceStop (source:ALSource):Void
sourceStopv (sources:Array<ALSource>):Void
sourceUnqueueBuffer (source:ALSource):Int
sourceUnqueueBuffers (source:ALSource, nb:Int):Array<ALBuffer>
sourcef (source:ALSource, param:Int, value:Float):Void
sourcefv (source:ALSource, param:Int, values:Array<Float>):Void
sourcei (source:ALSource, param:Int, value:Dynamic):Void
sourceiv (source:ALSource, param:Int, values:Array<Int>):Void
speedOfSound (value:Float):Void