BASS_FXGetParameters
Retrieves the parameters of an effect.
BOOL BASS_FXGetParameters( |
Parameters
handle | The effect handle. |
params |
Pointer to the parameters structure to fill. Depending on the type of
effect, the parameters returned will be one
of: |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.
Error codes
BASS_ERROR_HANDLE | The handle is invalid |
BASS_ERROR_ILLPARAM | One or more of the parameters are invalid, make sure all the values are within the valid ranges |
See also
BASS_ChannelSetFX,
BASS_ChannelRemoveFX,
BASS_FXSetParameters,
BASS_FXReset