loopStart property

double 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;
void loopStart=(num value)

Implementation

set loopStart(num value);