Initializes a new instance of the FilterInfo class.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public FilterInfo(
	string monikerString
)

Parameters

monikerString
Type: System..::.String
Filters's moniker string.

See Also