1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/internal/help/_SNDPAUSE.txt
2019-04-14 22:15:33 -03:00

20 lines
536 B
Plaintext

{{DISPLAYTITLE:_SNDPAUSE}}
The [[_SNDPAUSE]] statement pauses a sound using a handle from the [[_SNDOPEN]] function.
{{PageSyntax}}
: [[_SNDPAUSE]] {{Parameter|handle&}}
{{PageDescription}}
* Continue playing by calling [[_SNDPLAY]] {{Parameter|handle&}}
* In versions '''prior to build 20170811/60''', the sound identified by {{Parameter|handle&}} must have been opened using the [[_SNDOPEN|"PAUSE" capability]] to use this function.
{{PageSeeAlso}}
* [[_SNDPLAY]], [[_SNDSTOP]]
* [[_SNDPAUSED]]
{{PageNavigation}}