1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 20:20:25 +00:00
qb64/internal/help/_SNDSTOP.md

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