BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_PluginGetInfo Method (Int32, BASS_DSHOW_PLUGININFO)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 bool BASS_DSHOW_PluginGetInfo(
	int plugin,
	BASS_DSHOW_PLUGININFO info
)

Parameters

plugin
Type: SystemInt32
The plugin handled (as returned by BASS_DSHOW_LoadPlugin(String)).
info
Type: Un4seen.Bass.AddOn.DShowBASS_DSHOW_PLUGININFO
An instance of the BASS_DSHOW_PLUGININFO class to store the information at.

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