loop property
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;
Implementation
set loop(bool value);