Dart
dart:web_audio
AudioBuffer class
description
AudioBuffer class
Annotations
@Native("AudioBuffer")
Constructors
AudioBuffer
(
Map
options
)
factory
Properties
duration
→
num
final
length
→
int
final
numberOfChannels
→
int
final
sampleRate
→
num
final
hashCode
→
int
The hash code for this object.
[...]
read-only, inherited
runtimeType
→
Type
A representation of the runtime type of the object.
read-only, inherited
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 ==
(
dynamic
other
)
→
bool
The equality operator.
[...]
inherited