AudioBufferSourceNode constructor

AudioBufferSourceNode(
  1. BaseAudioContext context, [
  2. AudioBufferSourceOptions options
])

Implementation

external factory AudioBufferSourceNode(
  BaseAudioContext context, [
  AudioBufferSourceOptions options,
]);