_SNDSTOP - mkilgore/QB64pe GitHub Wiki
The _SNDSTOP statement stops a playing or paused sound using a handle from the _SNDOPEN or _SNDCOPY functions.
- _SNDSTOP handle&
- Sounds can be resumed using _SNDPLAY with the correct handle.
Example:
'' '' _SNDSTOP h& '' '' |
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page