BASS.NET API for the Un4seen BASS Audio Library

BassWaDspBASS_WADSP_FreeDSP Method

BASS.NET API for the Un4seen BASS Audio Library
Frees and unloads a Winamp DSP library from memory which has been loaded with BASS_WADSP_Load(String, Int32, Int32, Int32, Int32, WINAMPWINPROC) before.

Namespace:  Un4seen.Bass.AddOn.WaDsp
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[DllImportAttribute("bass_wadsp")]
public static bool BASS_WADSP_FreeDSP(
	int plugin
)

Parameters

plugin
Type: SystemInt32
The plugin handle to unload (as returned by BASS_WADSP_Load(String, Int32, Int32, Int32, Int32, WINAMPWINPROC)).

Return Value

Type: Boolean
on success, else . Use BASS_ErrorGetCode to get the error code.
Remarks

The Winamp DSP will automatically be stopped, if it was started before.

ERROR CODEDescription
BASS_ERROR_HANDLEThe plugin is not a valid plugin handle.

See Also

Reference