1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
qb64/internal/help/_SNDPAUSE.txt

20 lines
536 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_SNDPAUSE}}
The [[_SNDPAUSE]] statement pauses a sound using a handle from the [[_SNDOPEN]] function.
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
: [[_SNDPAUSE]] {{Parameter|handle&}}
{{PageDescription}}
2017-10-10 14:55:21 +00:00
* Continue playing by calling [[_SNDPLAY]] {{Parameter|handle&}}
2019-04-15 01:15:33 +00:00
* 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}}
2016-03-18 11:36:04 +00:00
* [[_SNDPLAY]], [[_SNDSTOP]]
* [[_SNDPAUSED]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}