AudioNode class

Annotations
  • DomName('AudioNode')
  • Experimental()
Extends
Implemented by

Instance Properties

channelCount int
read / write
channelCountMode String
read / write
channelInterpretation String
read / write
context AudioContext
read-only
numberOfInputs int
read-only
numberOfOutputs int
read-only
on Events Inherited
read-only

Instance Methods

disconnect(int output) → void
connectNode(AudioNode destination, [int output = 0, int input = 0]) → void
connectParam(AudioParam destination, [int output = 0]) → void
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
dispatchEvent(Event event) → bool Inherited