Click or drag to resize
Accord.NET (logo)

FilterInfo Constructor

Initializes a new instance of the FilterInfo class.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public FilterInfo(
	string monikerString
)
Request Example View Source

Parameters

monikerString
Type: SystemString
Filters's moniker string.
See Also