BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_LoadPluginDS Method BASS.NET API for the Un4seen BASS Audio Library
Loads a DirectShow plugin.

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

public static int BASS_DSHOW_LoadPluginDS(
	string guid,
	string name
)

Parameters

guid
Type: SystemString
The CLSID/GUID string of the DirectShow filter to use (e.g. use "{04FE9017-F873-410E-871E-AB91661A4EF7}" to load FFDSHOW).
name
Type: SystemString
The name of the filter (can be whatever you want).

Return Value

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

The necesary DirectShow codec to decode the video must be available!

See Also

Reference