AudioNode class

Annotated by:
  • DomName('AudioNode')
  • Experimental()
Extends:
Implementors

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 Inherited ( String type, dynamic listener(Event event), [bool useCapture] ) → void
removeEventListener Inherited ( String type, dynamic listener(Event event), [bool useCapture] ) → void
dispatchEvent Inherited ( Event event ) → bool