loopStart property

double get loopStart

The loopStart property of the AudioBufferSourceNode 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

double get loopStart;
set loopStart (num value)

Implementation

set loopStart(num value);