_SNDPAUSED
Jump to navigation
Jump to search
Navigation:
The _SNDPAUSED function checks if a sound is paused. Uses a handle parameter passed from _SNDOPEN.
Contents
Syntax
- isPaused%% = _SNDPAUSED(handle&)
Description
- Returns true (-1) if the sound is paused. False (0) if not paused.
Examples
PRINT _SNDPAUSED(h&)
See also