AudioBuffer class - dart:web_audio library (original) (raw)

Annotations

Constructors

AudioBuffer.new(Map options)

factory

Properties

durationnum?

no setter

hashCodeint

The hash code for this object.

no setterinherited

lengthint?

no setter

numberOfChannelsint?

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

sampleRatenum?

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