Inheritance
Implemented by
Annotations
  • DomName('AudioContext')
  • SupportedBrowser(SupportedBrowser.CHROME)
  • SupportedBrowser(SupportedBrowser.FIREFOX)
  • Experimental()

Static Properties

instanceRuntimeType Type

read-only
supported bool

Checks if this type is supported on the current platform.

read-only

Constructors

AudioContext()

factory
AudioContext.internal_()

Properties

currentTime num

read-only
destination AudioDestinationNode

read-only
hashCode int

read-only, inherited
listener AudioListener

read-only
on Events

This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
sampleRate num

read-only
state String

read-only

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

addEventListener(String type, EventListener listener, [ bool useCapture ]) → void

inherited
close() Future

createAnalyser() AnalyserNode

createBiquadFilter() BiquadFilterNode

createBuffer(int numberOfChannels, int numberOfFrames, num sampleRate) AudioBuffer

createBufferSource() AudioBufferSourceNode

createChannelMerger([int numberOfInputs ]) ChannelMergerNode

createChannelSplitter([int numberOfOutputs ]) ChannelSplitterNode

createConvolver() ConvolverNode

createDelay([num maxDelayTime ]) DelayNode

createDynamicsCompressor() DynamicsCompressorNode

createGain() GainNode

createMediaElementSource(MediaElement mediaElement) MediaElementAudioSourceNode

createMediaStreamDestination() MediaStreamAudioDestinationNode

createMediaStreamSource(MediaStream mediaStream) MediaStreamAudioSourceNode

createOscillator() OscillatorNode

createPanner() PannerNode

createPeriodicWave(Float32List real, Float32List imag) PeriodicWave

createScriptProcessor([int bufferSize, int numberOfInputChannels, int numberOfOutputChannels ]) ScriptProcessorNode

createStereoPanner() StereoPannerNode

createWaveShaper() WaveShaperNode

decodeAudioData(ByteBuffer audioData) Future<AudioBuffer>

dispatchEvent(Event event) bool

inherited
noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
removeEventListener(String type, EventListener listener, [ bool useCapture ]) → void

inherited
resume() Future

suspend() Future

toString() String

Returns the result of the JavaScript objects toString method.

inherited