AudioNode class
- Inheritance
- Object
- EventTarget
- AudioNode
- Implementers
- AnalyserNode
- AudioDestinationNode
- AudioScheduledSourceNode
- AudioWorkletNode
- BiquadFilterNode
- ChannelMergerNode
- ChannelSplitterNode
- ConvolverNode
- DelayNode
- DynamicsCompressorNode
- GainNode
- IirFilterNode
- MediaElementAudioSourceNode
- MediaStreamAudioDestinationNode
- MediaStreamAudioSourceNode
- PannerNode
- ScriptProcessorNode
- StereoPannerNode
- WaveShaperNode
- Annotations
- @Native.new("AudioNode")
Properties
- channelCount↔int?
- getter/setter pair
- channelCountMode↔String?
- getter/setter pair
- channelInterpretation↔String?
- getter/setter pair
- context→BaseAudioContext?
- no setter
- hashCode→int
- The hash code for this object.no setterinherited
- numberOfInputs→int?
- no setter
- numberOfOutputs→int?
- no setter
- on→Events
- This is an ease-of-use accessor for event streams which should only beused when an explicit accessor is not available.no setterinherited
- runtimeType→Type
- A representation of the runtime type of the object.no setterinherited
Methods
- addEventListener(
Stringtype,EventListener?listener, [bool?useCapture])→ void - inherited
- connectNode(
AudioNodedestination, [intoutput =0,intinput =0])→ void - connectParam(
AudioParamdestination, [intoutput =0])→ void - disconnect(
[dynamicdestination_OR_output,int?output,int?input])→ void - dispatchEvent(
Eventevent)→bool - inherited
- noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- removeEventListener(
Stringtype,EventListener?listener, [bool?useCapture])→ void - inherited
- toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited