[API function]
Sets the pause status of the currently playing CD audio track.
signed char F_API FSOUND_CD_SetPaused(
char drive,
signed char paused
);
Parameters
drive |
the drive ID to use. 0 is the default CD drive. Using D or E in single quotes would be D: or E: for example.
|
paused |
TRUE to pause track, FALSE to unpause track.
|
Return Value
On success, TRUE is returned.
On failure, FALSE is returned.
Remarks
___________________
Supported on the following platforms : Win32, Linux, Macintosh (OSX CFM Only)
This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:28 2005
by SourceDoc v0.10, the automated source code documenter.