BASS_FXGetParameters
Retrieves the parameters of an effect.
BOOL BASS_FXGetParameters( HFX handle, void *params );
Parameters
handle | The effect handle. |
params | Pointer to the parameters structure to fill. The structure used depends on the effect type. |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
BASS_ERROR_HANDLE | handle is invalid. |