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

16 lines
467 B
Markdown
Raw Normal View History

The [_SNDPAUSE](_SNDPAUSE) statement pauses a sound using a handle from the [_SNDOPEN](_SNDOPEN) function.
## Syntax
> [_SNDPAUSE](_SNDPAUSE) handle&
## Description
* Continue playing by calling [_SNDPLAY](_SNDPLAY) handle&
* In versions **prior to build 20170811/60**, the sound identified by handle& must have been opened using the [_SNDOPEN](_SNDOPEN) to use this function.
## See Also
* [_SNDPLAY](_SNDPLAY), [_SNDSTOP](_SNDSTOP)
* [_SNDPAUSED](_SNDPAUSED)