AudioBuffer class

Annotations
  • @Native.new("AudioBuffer")

Constructors

AudioBuffer(Map options)
factory

Properties

duration → num?
no setter
hashCode → int
The hash code for this object.
no setterinherited
length → int?
no setter
numberOfChannels → int?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sampleRate → num?
no setter

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