Dart SDK
dart:web_audio
AudioBuffer
property runtimeType
runtimeType
class AudioBuffer
Properties
duration
length
numberOfChannels
sampleRate
hashCode
runtimeType
Methods
copyFromChannel
copyToChannel
getChannelData
noSuchMethod
toString
Operators
operator ==
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType