Retrieves the parameters of an effect.
BOOL BASS_FXGetParameters( HFX handle, void *params );
handle | The effect handle. |
params | Pointer to the parameters structure to fill. The structure used depends on the effect type. |
BASS_ERROR_HANDLE | handle is invalid. |