loopStart property
double
get
loopStart
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;
set
loopStart
(num value)
Implementation
external set loopStart(num value);