SNDSTOP - QB64 Wiki

SNDSTOP

From QB64 Wiki

Revision as of 15:37, 28 April 2011 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, 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.


Code Examples:

_SNDSTOP h&


See also:



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