1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/internal/help/_SNDCLOSE__11111111.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

24 lines
598 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:40:10}}
{{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}}
[[Category:Latest]]