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
hashCode
listener
on
runtimeType
sampleRate
state
Operators
operator ==
Methods
addEventListener
close
createAnalyser
createBiquadFilter
createBuffer
createBufferSource
createChannelMerger
createChannelSplitter
createConvolver
createDelay
createDynamicsCompressor
createGain
createMediaElementSource
createMediaStreamDestination
createMediaStreamSource
createOscillator
createPanner
createPeriodicWave
createScriptProcessor
createStereoPanner
createWaveShaper
decodeAudioData
dispatchEvent
noSuchMethod
removeEventListener
resume
suspend
toString
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;