Previous Topic Index Next Topic
[API function]

FSOUND_GetSFXMasterVolume

Returns the master volume for any sound effects played.
It specifically has SFX in the function name, as it does not affect music or CD volume.
This must also be altered with FMUSIC_SetMasterVolume.

DLL_API int F_API FSOUND_GetSFXMasterVolume(
);

Return Value

On success, the SFX master volume is returned. Valid ranges are from 0 (silent) to 255 (full volume)

Remarks

See Also

FMUSIC_SetMasterVolume

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.