Not documented.

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

Properties

int channelCount
read / write
String channelCountMode
read / write
String channelInterpretation
read / write
AudioContext context
read-only
int numberOfInputs
read-only
int numberOfOutputs
read-only
Events on
read-only, inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.

Methods

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