Inheritance
  • Object
  • Interceptor
  • AudioBuffer
Annotations
  • @DocsEditable()
  • @DomName('AudioBuffer')
  • @Experimental()
  • @Native("AudioBuffer")

Properties

duration double
@DocsEditable(), @DomName('AudioBuffer.duration'), final
length int
@DocsEditable(), @DomName('AudioBuffer.length'), final
numberOfChannels int
@DocsEditable(), @DomName('AudioBuffer.numberOfChannels'), final
sampleRate double
@DocsEditable(), @DomName('AudioBuffer.sampleRate'), final
hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

copyFromChannel(Float32List destination, int channelNumber, [ int startInChannel ]) → void
@DocsEditable(), @DomName('AudioBuffer.copyFromChannel'), @Experimental()
copyToChannel(Float32List source, int channelNumber, [ int startInChannel ]) → void
@DocsEditable(), @DomName('AudioBuffer.copyToChannel'), @Experimental()
getChannelData(int channelIndex) Float32List
@DocsEditable(), @DomName('AudioBuffer.getChannelData')
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 ==(other) bool
The equality operator. [...]
inherited