loop property

bool loop

The loop property of the AudioBufferSourceNode is a Boolean indicating if the audio asset must be replayed when the end of the AudioBuffer is reached.

The loop property's default value is false.

Implementation

bool get loop;
void loop=(bool value)

Implementation

set loop(bool value);