1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00
QB64-PE/internal/help/_SNDCLOSE.txt
SteveMcNeill 33adc04fc4 Add temp folder to repo. It's necessary as well!
Just more initial setting on... nothing much to see here.
2022-04-28 13:39:56 -04:00

21 lines
537 B
Plaintext

{{DISPLAYTITLE:_SNDCLOSE}}
The [[_SNDCLOSE]] statement frees and unloads an open sound using a [[_SNDOPEN]] or [[_SNDCOPY]] handle.
{{PageSyntax}}
: [[_SNDCLOSE]] {{Parameter|handle&}}
{{PageDescription}}
* If the sound is still playing, it will be freed automatically after it finishes.
** Closing a looping/paused/etc. sound means it is never freed until the QB64 program terminates.
* When your QB64 program terminates, all sounds are automatically freed.
{{PageSeeAlso}}
*[[_SNDSTOP]], [[_SNDPAUSE]]
{{PageNavigation}}
<