start method

void start([
  1. num when,
  2. num offset,
  3. num duration
])
override

The start() method of the AudioBufferSourceNode Interface is used to schedule playback of the audio data contained in the buffer, or to begin playback immediately.

Implementation

external void start([
  num when,
  num offset,
  num duration,
]);