start method

void start([
  1. num when
])

The start() method on AudioScheduledSourceNode schedules a sound to begin playback at the specified time. If no time is specified, then the sound begins playing immediately.

Implementation

external void start([num when]);