_SNDPAUSED

From QB64 Wiki
Revision as of 14:17, 9 September 2017 by imported>SMcNeill (style guidelines)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _SNDPAUSED function checks if a sound is paused. Uses a handle parameter passed from _SNDOPEN.


Syntax

isPaused%% = _SNDPAUSED(handle&)


Description

  • Returns true (-1) if the sound is paused. False (0) if not paused.


Examples

PRINT _SNDPAUSED(h&)


See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page