1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/internal/help/_SNDPLAYING__1111111111.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

30 lines
635 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:40:25}}
{{DISPLAYTITLE:_SNDPLAYING}}
The [[_SNDPLAYING]] function returns whether a sound is being played. Uses a handle from the [[_SNDOPEN]] or [[_SNDCOPY]] functions.
{{PageSyntax}}
:{{Parameter|isPlaying%}} = [[_SNDPLAYING]]({{Parameter|handle&}})
{{PageDescription}}
*Returns false (0) if a sound is not playing or true (-1) if it is.
*If a sound is paused, [[_SNDPLAYING]] returns 0.
{{PageExamples}}
{{CodeStart}}
{{Cl|PRINT}} {{Cl|_SNDPLAYING}}(h&)
{{CodeEnd}}
{{PageSeeAlso}}
* [[_SNDPLAY]], [[_SNDPAUSE]], [[_SNDSTOP]]
* [[_SNDPAUSED]]
{{PageNavigation}}
[[Category:Latest]]