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

Constants

completeEvent EventStreamProvider<Event>

Static factory designed to expose complete events to event handlers that are not necessarily instances of AudioContext.

const EventStreamProvider<Event>('complete')

Static Properties

supported bool

Checks if this type is supported on the current platform.

read-only

Static Methods

internalCreateAudioContext() AudioContext

Constructors

AudioContext()

factory
AudioContext.internal_()

Properties

read / write, inherited
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
onComplete Stream<Event>

Stream of complete events handled by this AudioContext.

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
sampleRate num

read-only

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

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

inherited
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

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(Event event), [bool useCapture]) → void

inherited
startRendering() → void

toString() String

Returns a string representation of this object.

inherited