BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_PluginGetInfo Method (Int32)BASS.NET API for the Un4seen BASS Audio Library
Gets information about a loaded plugin.

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

public BASS_DSHOW_PLUGININFO BASS_DSHOW_PluginGetInfo(
	int plugin
)

Parameters

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

Return Value

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

Reference