BASS.NET API for the Un4seen BASS Audio Library

BassWinampBASS_WINAMP_UnloadPlugin Method

BASS.NET API for the Un4seen BASS Audio Library
Unloads a Winamp input plug-in which had been loaded via BASS_WINAMP_LoadPlugin(String) before.

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

[DllImportAttribute("bass_winamp")]
public static void BASS_WINAMP_UnloadPlugin(
	int handle
)

Parameters

handle
Type: SystemInt32
The handle of the winamp input plugin.
See Also

Reference