Dart SDK
dart:web_audio
AudioContext
supported
supported
Dart SDK
dart:web_audio
AudioContext
supported
property
supported
Dart SDK
dart:web_audio
AudioContext
Static properties
instanceRuntimeType
supported
Constructors
AudioContext
internal_
Properties
currentTime
destination
listener
sampleRate
state
hashCode
on
runtimeType
Operators
operator ==
Methods
close
createAnalyser
createBiquadFilter
createBuffer
createBufferSource
createChannelMerger
createChannelSplitter
createConvolver
createDelay
createDynamicsCompressor
createGain
createIirFilter
createMediaElementSource
createMediaStreamDestination
createMediaStreamSource
createOscillator
createPanner
createPeriodicWave
createScriptProcessor
createStereoPanner
createWaveShaper
decodeAudioData
resume
suspend
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;