1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/internal/help/_SNDCLOSE.txt

21 lines
537 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_SNDCLOSE}}
The [[_SNDCLOSE]] statement frees and unloads an open sound using a [[_SNDOPEN]] or [[_SNDCOPY]] handle.
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
: [[_SNDCLOSE]] {{Parameter|handle&}}
{{PageDescription}}
2017-10-10 14:55:21 +00:00
* 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}}
2017-10-10 14:55:21 +00:00
*[[_SNDSTOP]], [[_SNDPAUSE]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}
<