Click or drag to resize
Accord.NET (logo)

FilterInfoCollection Constructor

Initializes a new instance of the FilterInfoCollection class.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public FilterInfoCollection(
	Guid category
)
Request Example View Source

Parameters

category
Type: SystemGuid
Guid of DirectShow filter category. See FilterCategory.
Remarks
Build collection of filters' information objects for the specified filter category.
See Also