Previous Topic Index Next Topic
[API function]

FSOUND_GetVolume

Returns the linear volume of the specified channel between 0 and 255

int F_API FSOUND_GetVolume(
int channel
);

Parameters

channel The channel to inquire about the volume.

Return Value

On success, the following values are returned : 0 = silent to 255 = full volume.
On failure, 0 is returned. To quailfy if this is a real error, call FSOUND_GetError.

Remarks

See Also

FSOUND_GetError , FSOUND_SetVolume , FSOUND_SetVolumeAbsolute

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.