StopLoopSound
From OxeyeWiki
(Difference between revisions)
Thewreck (Talk | contribs)
(Created page with '{{AudioMethod | audio.stopLoopSound(soundFilename) | Stops a looping sound based on the filename. | {{MethodParam|soundFilename|A string|The name of the audio file, relative to t...')
(Created page with '{{AudioMethod | audio.stopLoopSound(soundFilename) | Stops a looping sound based on the filename. | {{MethodParam|soundFilename|A string|The name of the audio file, relative to t...')
Latest revision as of 13:36, 18 January 2010
|
audio.stopLoopSound(soundFilename) | ||
|
Stops a looping sound based on the filename. | ||
| Parameter | Expected Type | Description |
| soundFilename | A string | The name of the audio file, relative to the source folder. The name is case sensitive on Mac OS X. |
| Returns | ||
|
Returns nothing. | ||
| Daisymoon Audio Lib |
|---|
Example
audio.playLoopSound("waterfall.wav")
audio.stopLoopSound("waterfall.wav")