AudioBuffer class Null safety

Annotations
  • @Native("AudioBuffer")

Constructors

AudioBuffer(Map options)
factory

Properties

duration num
read-only
hashCode int
The hash code for this object. [...]
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

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 a string representation of this object.
inherited

Operators

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