BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_RemovePlugin Method BASS.NET API for the Un4seen BASS Audio Library
Removes a loaded plugin and frees all resources.

Namespace: Un4seen.Bass.AddOn.DShow
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax

[DllImportAttribute("xVideo", EntryPoint = "xVideo_RemovePlugin")]
public static bool BASS_DSHOW_RemovePlugin(
	int plugin
)

Parameters

plugin
Type: SystemInt32
The plugin handled to unload (as returned by BASS_DSHOW_LoadPlugin(String)).

Return Value

Type: Boolean
If an error occurred then is returned, else is returned (use BASS_DSHOW_ErrorGetCode to get the error code).
See Also

Reference