BASS_FXSetParameters
Sets the parameters of an effect.
BOOL BASS_FXSetParameters( |
Parameters
handle | The effect handle. |
params |
Pointer to the parameters structure. 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_FXGetParameters,
BASS_FXReset