Inheritance
Annotations
  • DocsEditable()
  • DomName('OfflineAudioContext')
  • Experimental()

Static Properties

instanceRuntimeType Type

read-only

Constructors

OfflineAudioContext(int numberOfChannels, int numberOfFrames, num sampleRate)

factory
OfflineAudioContext.internal_()

Properties

currentTime num

read-only, inherited
destination AudioDestinationNode

read-only, inherited
hashCode int

read-only, inherited
listener AudioListener

read-only, inherited
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, inherited
state String

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

startRendering() Future

DocsEditable(), DomName('OfflineAudioContext.startRendering'), Experimental()
addEventListener(String type, EventListener listener, [ bool useCapture ]) → void

inherited
close() Future

DocsEditable(), DomName('AudioContext.close'), Experimental(), inherited
createAnalyser() AnalyserNode

DocsEditable(), DomName('AudioContext.createAnalyser'), inherited
createBiquadFilter() BiquadFilterNode

DocsEditable(), DomName('AudioContext.createBiquadFilter'), inherited
createBuffer(int numberOfChannels, int numberOfFrames, num sampleRate) AudioBuffer

DocsEditable(), DomName('AudioContext.createBuffer'), inherited
createBufferSource() AudioBufferSourceNode

DocsEditable(), DomName('AudioContext.createBufferSource'), inherited
createChannelMerger([int numberOfInputs ]) ChannelMergerNode

inherited
createChannelSplitter([int numberOfOutputs ]) ChannelSplitterNode

inherited
createConvolver() ConvolverNode

DocsEditable(), DomName('AudioContext.createConvolver'), inherited
createDelay([num maxDelayTime ]) DelayNode

inherited
createDynamicsCompressor() DynamicsCompressorNode

DocsEditable(), DomName('AudioContext.createDynamicsCompressor'), inherited
createGain() GainNode

DocsEditable(), DomName('AudioContext.createGain'), inherited
createMediaElementSource(MediaElement mediaElement) MediaElementAudioSourceNode

DocsEditable(), DomName('AudioContext.createMediaElementSource'), inherited
createMediaStreamDestination() MediaStreamAudioDestinationNode

DocsEditable(), DomName('AudioContext.createMediaStreamDestination'), inherited
createMediaStreamSource(MediaStream mediaStream) MediaStreamAudioSourceNode

DocsEditable(), DomName('AudioContext.createMediaStreamSource'), inherited
createOscillator() OscillatorNode

DocsEditable(), DomName('AudioContext.createOscillator'), inherited
createPanner() PannerNode

DocsEditable(), DomName('AudioContext.createPanner'), inherited
createPeriodicWave(Float32List real, Float32List imag) PeriodicWave

DocsEditable(), DomName('AudioContext.createPeriodicWave'), Experimental(), inherited
createScriptProcessor([int bufferSize, int numberOfInputChannels, int numberOfOutputChannels ]) ScriptProcessorNode

inherited
createStereoPanner() StereoPannerNode

DocsEditable(), DomName('AudioContext.createStereoPanner'), Experimental(), inherited
createWaveShaper() WaveShaperNode

DocsEditable(), DomName('AudioContext.createWaveShaper'), inherited
decodeAudioData(ByteBuffer audioData) Future<AudioBuffer>

DomName('AudioContext.decodeAudioData'), inherited
dispatchEvent(Event event) bool

DocsEditable(), DomName('EventTarget.dispatchEvent'), 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

DocsEditable(), DomName('AudioContext.resume'), Experimental(), inherited
suspend() Future

DocsEditable(), DomName('AudioContext.suspend'), Experimental(), inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited