loopEnd property

double loopEnd

The loopEnd property of the AudioBufferSourceNode specifies is a floating point number specifying, in seconds, at what offset into playing the AudioBuffer playback should loop back to the time indicated by the AudioBufferSourceNode.loopStart property. This is only used if the AudioBufferSourceNode.loop property is true.

Implementation

double get loopEnd;
void loopEnd=(num value)

Implementation

set loopEnd(num value);