Dart API Reference
dart:web_audio
AudioNode
AudioNode
class
Annotated by:
DomName('AudioNode')
Experimental()
Extends:
EventTarget
Object
Implementors
AnalyserNode
AudioDestinationNode
AudioSourceNode
BiquadFilterNode
ChannelMergerNode
ChannelSplitterNode
ConvolverNode
DelayNode
DynamicsCompressorNode
GainNode
MediaStreamAudioDestinationNode
PannerNode
ScriptProcessorNode
WaveShaperNode
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