Retrieves the current type of EAX environment and it's parameters.
BOOL WINAPI BASS_GetEAXParameters( |
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 succesful, then TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.
Error codes
BASS_ERROR_NOEAX | The current device does not support EAX. |
See also
BASS_SetEAXParameters