1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 13:31:23 +00:00
QB64-PE/internal/help/_SNDSTOP.txt
2016-03-18 08:36:04 -03:00

23 lines
430 B
Plaintext

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