Unknown
From BASS
BASS_GetEAXParameters
Retrieves the current type of EAX environment and its parameters.
BOOL BASS_GetEAXParameters(
DWORD *env,
float *vol,
float *decay
float *damp
);
Parameters
| env | The EAX environment... NULL = don't retrieve it. See BASS_SetEAXParameters for a list of the possible environments. |
| vol | The volume of the reverb... NULL = don't retrieve it. |
| decay | The decay duration... NULL = don't retrieve it. |
| damp | The damping... NULL = don't retrieve it. |
Return value
If successful, then TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
| BASS_ERROR_INIT | BASS_Init has not been successfully called. |
| BASS_ERROR_NOEAX | The current device does not support EAX. |