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

Static Properties

instanceRuntimeType Type

read-only

Constructors

AudioBuffer.internal_()

Properties

duration num

read-only
hashCode int

read-only, inherited
length int

read-only
numberOfChannels int

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

copyFromChannel(Float32List destination, int channelNumber, [ int startInChannel ]) → void

copyToChannel(Float32List source, int channelNumber, [ int startInChannel ]) → void

getChannelData(int channelIndex) Float32List

noSuchMethod(Invocation invocation) → dynamic

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

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited