BASS.NET API for the Un4seen BASS Audio Library

WINAMP_DSPUnload Method

BASS.NET API for the Un4seen BASS Audio Library
Unloads the Winamp DSP plugin.

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

public bool Unload()

Return Value

Type: Boolean
on success, else .
Remarks

This must be called once you are done with the DSP to free all resources. If the DSP is already started it will also be stopped.
See Also

Reference