1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 10:00:23 +00:00
qb64/internal/help/_SNDSTOP.txt

25 lines
445 B
Plaintext
Raw Normal View History

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