1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 10:15:15 +00:00
qb64/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}}