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

Constructors

AudioBuffer.internal_()

Properties

duration num
@DocsEditable(), @DomName('AudioBuffer.duration'), read-only
length int
@DocsEditable(), @DomName('AudioBuffer.length'), read-only
numberOfChannels int
@DocsEditable(), @DomName('AudioBuffer.numberOfChannels'), read-only
sampleRate num
@DocsEditable(), @DomName('AudioBuffer.sampleRate'), read-only
hashCode int
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

copyFromChannel(Float32List destination, int channelNumber, [ int startInChannel ]) → void
copyToChannel(Float32List source, int channelNumber, [ int startInChannel ]) → void
getChannelData(int channelIndex) Float32List
@DocsEditable(), @DomName('AudioBuffer.getChannelData')
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

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Static Properties

instanceRuntimeType Type
@Deprecated("Internal Use Only"), read-only