BASS.NET API for the Un4seen BASS Audio Library

BassBASS_FXFree Method

BASS.NET API for the Un4seen BASS Audio Library
Frees an effect or DSP function.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.18.2
Syntax

[DllImportAttribute("bass")]
public static bool BASS_FXFree(
	int handle
)

Parameters

handle
Type: SystemInt32
The DSP/FX handle... a HDSP or HFX.

Return Value

Type: Boolean
If successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks

This function does the same thing as BASS_ChannelRemoveFX(Int32, Int32) and [!:Bass.BASSStreamFilePosition] but does not require the host channel's handle.

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.

See Also

Reference