Unknown
From BASS
BASS_FXReset
Resets the state of an effect or all effects on a channel.
BOOL BASS_FXReset(
DWORD handle
);
Parameters
| handle | The effect or channel handle... a HFX, HSTREAM, HMUSIC, or HRECORD. |
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. |
| BASS_ERROR_UNKNOWN | Some other mystery problem! |