AudioBuffer

注释
  • @Native("AudioBuffer")

构造函数

AudioBuffer(Map options)
工厂

属性

duration num?
没有设置器
hashCode int
此对象的哈希代码。
没有设置器继承
length int?
没有设置器
numberOfChannels int?
没有设置器
runtimeType Type
对象运行类型的表示。
没有设置器继承
sampleRate num?
没有设置器

方法

copyFromChannel(Float32List destination, int channelNumber, [int? startInChannel]) → void
copyToChannel(Float32List source, int channelNumber, [int? startInChannel]) → void
getChannelData(int channelIndex) Float32List
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承
toString() String
此对象的字符串表示。
继承

操作符

operator ==(Object other) bool
相等操作符。
继承