haXe API Documentation
Back |
Indexextern class js.html.audio.AudioNode
Available in js
- var context(default,null) : AudioContext
- var numberOfInputs(default,null) : Int
- var numberOfOutputs(default,null) : Int
- function connect(destination : AudioParam, output : Int) : Void
- Throws DOMException.
- function disconnect(output : Int) : Void
Back |
Index