Constructor

new ()

Variables

BITS:Int = 0x2002

BUFFER:Int = 0x1009

BYTE_OFFSET:Int = 0x1026

CHANNELS:Int = 0x2003

DIRECTION:Int = 0x1005

EXTENSIONS:Int = 0xB004

FORMAT_MONO8:Int = 0x1100

FREQUENCY:Int = 0x2001

GAIN:Int = 0x100A

INITIAL:Int = 0x1011

INVALID_ENUM:Int = 0xA002

INVALID_NAME:Int = 0xA001

LOOPING:Int = 0x1007

MAX_DISTANCE:Int = 0x1023

MAX_GAIN:Int = 0x100E

MIN_GAIN:Int = 0x100D

NONE:Int = 0

ORIENTATION:Int = 0x100F

PAUSED:Int = 0x1013

PITCH:Int = 0x1003

PLAYING:Int = 0x1012

POSITION:Int = 0x1004

RENDERER:Int = 0xB003

SEC_OFFSET:Int = 0x1024

SIZE:Int = 0x2004

SOURCE_STATE:Int = 0x1010

SOURCE_TYPE:Int = 0x1027

STATIC:Int = 0x1028

STOPPED:Int = 0x1014

STREAMING:Int = 0x1029

TRUE:Int = 1

UNDETERMINED:Int = 0x1030

VELOCITY:Int = 0x1006

VENDOR:Int = 0xB001

VERSION:Int = 0xB002

Methods

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

disable (capability:Int):Void

distanceModel (distanceModel:Int):Void

enable (capability:Int):Void

getBooleanv (param:Int, count:Int = 1):Array<Bool>

getBuffer3i (buffer:ALBuffer, param:Int):Array<Int>

getBufferf (buffer:ALBuffer, param:Int):Float

getBufferfv (buffer:ALBuffer, param:Int, count:Int = 1):Array<Float>

getBufferi (buffer:ALBuffer, param:Int):Int

getBufferiv (buffer:ALBuffer, param:Int, count:Int = 1):Array<Int>

getDoublev (param:Int, count:Int = 1):Array<Float>

getFloatv (param:Int, count:Int = 1):Array<Float>

getIntegerv (param:Int, count:Int = 1):Array<Int>

getListenerfv (param:Int, count:Int = 1):Array<Float>

getListeneriv (param:Int, count:Int = 1):Array<Int>

getSource3i (source:ALSource, param:Int):Array<Int>

getSourcef (source:ALSource, param:Int):Float

getSourcefv (source:ALSource, param:Int, count:Int = 1):Array<Float>

getSourcei (source:ALSource, param:Int):Dynamic

getSourceiv (source:ALSource, param:Int, count:Int = 1):Array<Int>

isEnabled (capability:Int):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

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