loopEnd property
The loopEnd property of the AudioBufferSourceNode
interface 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
external double get loopEnd;
Implementation
external set loopEnd(num value);