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

23 lines
430 B
Plaintext
Raw Normal View History

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