Dart SDK
dart:web_audio
AudioNode
class
AudioNode
Properties
Methods
Properties
channelCount
channelCountMode
channelInterpretation
context
numberOfInputs
numberOfOutputs
on
Methods
disconnect
connectNode
connectParam
addEventListener
removeEventListener
dispatchEvent
(Not documented.)
Annotations
DomName('AudioNode')
Experimental()
Extends
Object
EventTarget
AudioNode
Implemented by
AnalyserNode
AudioDestinationNode
AudioSourceNode
BiquadFilterNode
ChannelMergerNode
ChannelSplitterNode
ConvolverNode
DelayNode
DynamicsCompressorNode
GainNode
MediaStreamAudioDestinationNode
PannerNode
ScriptProcessorNode
WaveShaperNode
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
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