Values

Disabled

Audio does not loop.

Forward

Audio loops the data between godot.AudioStreamSample.loopBegin and godot.AudioStreamSample.loopEnd, playing forward only.

PingPong

Audio loops the data between godot.AudioStreamSample.loopBegin and godot.AudioStreamSample.loopEnd, playing back and forth.

Backward

Audio loops the data between godot.AudioStreamSample.loopBegin and godot.AudioStreamSample.loopEnd, playing backward only.