Plays and loops the .wav file using a new thread and loads the .wav file first if it has not been loaded.
| C# | Visual Basic |
public void PlayLooping()
Public Sub PlayLooping
The PlayLooping method plays and loops the sound using a new thread.
If the .wav file has not been specified or it fails to load, the PlayLooping method will play the default beep sound.