1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 21:00:25 +00:00
QB64-PE/internal/help/_SNDSTOP.txt

25 lines
412 B
Plaintext

The {{KW|_SNDSTOP}} statement stops a playing or paused sound using a handle from the {{KW|_SNDOPEN}} or {{KW|_SNDCOPY}} Functions.
{{PageSyntax}}
:{{KW|_SNDSTOP}} {{Parameter|handle&}}
{{PageDescription}}
* Sounds can be resumed using {{KW|_SNDPLAY}} with the correct handle.
{{PageExamples}}
{{CodeStart}}
{{Cl|_SNDSTOP}} h&
{{CodeEnd}}
{{PageSeeAlso}}
*{{KW|_SNDPAUSE}}
{{PageNavigation}}