start method
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]);
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.
external void start([num when]);