![]() |
![]() ![]() ![]() |
signed char F_API FSOUND_Reverb_GetEnvironment(
int *env,
float *vol,
float *decay,
float *damp
);
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. |