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