_SNDSTOP

From QB64 Wiki
Revision as of 16:37, 9 September 2017 by imported>SMcNeill (style guidelines)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _SNDSTOP statement stops a playing or paused sound using a handle from the _SNDOPEN or _SNDCOPY functions.


Syntax

_SNDSTOP handle&


Description

  • Sounds can be resumed using _SNDPLAY with the correct handle.


Examples

Example:

_SNDSTOP h&


See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page