Contents

loops

A Boolean value that determines whether the audio source should play repeatedly.

Declaration

var loops: Bool { get set }

Discussion

If this value is true, audio players using this source automatically begin playing again after playback has finished. If this value is false (the default), the audio source plays exactly once.

See Also

Setting Default Playback Parameters