virtual void Loop(int count, float start = 0, float end = 0) = 0;
Loop sets the sound's loop attributes to play repeatedly for a specific number of times.
Parameters |
Description |
int count |
The number of loops. |
float start = 0 |
Start position of the loop in seconds. |
float end = 0 |
End position of the loop in seconds. |