Previous Topic Index Next Topic
[API function]

FSOUND_Reverb_GetEnvironment

Returns the current reverb environment.

signed char F_API FSOUND_Reverb_GetEnvironment(
int *env,
float *vol,
float *decay,
float *damp
);

Parameters

env Pointer to the type of this environment.
This can be NULL to ignore it.
vol Pointer to the volume value for this environment.
This can be NULL to ignore it.
decay Pointer to the decay value for this environment.
This can be NULL to ignore it.
damp Pointer to the damping value for this environment.
This can be NULL to ignore it.

Return Value

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

Remarks

You must be using DirectSound output mode for this command to work.
You must have an compatible card such as an SBLive! to hear the effects.

See Also

FSOUND_Reverb_SetEnvironment

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.