1. DomName('AudioBuffer.getChannelData')
  2. DocsEditable()
Float32List getChannelData(int channelIndex)

Source

@DomName('AudioBuffer.getChannelData')
@DocsEditable()
Float32List getChannelData(int channelIndex) => wrap_jso(_blink.BlinkAudioBuffer.instance.getChannelData_Callback_1_(unwrap_jso(this), channelIndex));