Get filter information object.

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 this[
	int index
] { get; }

Parameters

index
Type: System..::.Int32
Index of filter information object to retrieve.

Return Value

Filter information object.

See Also