loopStart property
The loopStart property of the AudioBufferSourceNode interface is a
floating-point value indicating, in seconds, where in the AudioBuffer
the restart of the play must happen.
The loopStart property's default value is 0.
Implementation
external double get loopStart;
Implementation
external set loopStart(num value);