AudioBuffer class

Annotations
  • @Native("AudioBuffer")

Constructors

AudioBuffer(Map options)
factory

Properties

duration → num?
read-only
hashCode → int
The hash code for this object.
read-onlyinherited
length → int?
read-only
numberOfChannels → int?
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
sampleRate → num?
read-only

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 nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited