1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/_SNDSTOP.md
2022-12-24 21:14:48 -06:00

363 B

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.

Example(s)


_SNDSTOP h& 

See Also