Previous Topic Index Next Topic
[API function]

FSOUND_CD_SetVolume

Sets the volume of the playing CD audio.

signed char F_API FSOUND_CD_SetVolume(
char drive,
int volume
);

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.
volume An integer value from 0-255. 0 being the lowest volume, 255 being the highest (full).

Return Value

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

Remarks

___________________
Supported on the following platforms : Win32, Linux, Macintosh (OSX Codewarrior Only)

See Also

FSOUND_CD_Play , FSOUND_Close

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Fri Dec 20 16:31:08 2002 by SourceDoc v0.10, the automated source code documenter.