Function AudioStreamOGGVorbis.loop
If true
, the stream will automatically loop when it reaches the end.
bool loop() nothrow @property @nogc;
void loop
(
bool v
) nothrow @property @nogc;
If true
, the stream will automatically loop when it reaches the end.
bool loop() nothrow @property @nogc;
void loop
(
bool v
) nothrow @property @nogc;