BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_LoadPlugin Method BASS.NET API for the Un4seen BASS Audio Library
Loads a BASS_DSHOW plugin.

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

public static int BASS_DSHOW_LoadPlugin(
	string file
)

Parameters

file
Type: SystemString
The plugin filename to load.

Return Value

Type: Int32
If successful, the plugin handle is returned - else 0 is returned (use BASS_DSHOW_ErrorGetCode to get the error code).
See Also

Reference