AudioBuffer class - dart:web_audio library (original) (raw)
Annotations
- @Native("AudioBuffer")
Constructors
AudioBuffer.new(Map options)
factory
Properties
no setter
The hash code for this object.
no setterinherited
no setter
no setter
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
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited