Previous Topic Index Next Topic
[API function]

FSOUND_CD_SetPaused

Sets the pause status of the currently playing CD audio track.

signed char F_API FSOUND_CD_SetPaused(
signed char paused
);

Parameters

paused TRUE to pause track, FALSE to unpause track.

Return Value

On success, TRUE is returned.
On failure, FALSE is returned.

Remarks

FSOUND_Init or FSOUND_Close are not needed to use these functions.

See Also

FSOUND_Close , FSOUND_Init

This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:09 2001 by SourceDoc v0.10, the automated source code documenter.