BASS_FXGetParameters

Retrieves the parameters of an effect.

BOOL BASS_FXGetParameters(
    HFX handle,
    void *params
);

Parameters

handleThe effect handle.
paramsPointer 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_HANDLEhandle is invalid.

See also

BASS_ChannelSetFX, BASS_FXSetParameters