C# Class AForge.Video.DirectShow.VideoInput

Video input of a capture board.

The class is used to describe video input of devices like video capture boards, which usually provide several inputs.

Show file Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Public Properties

Property Type Description
Index int
Type PhysicalConnectorType

Private Methods

Method Description
VideoInput ( int index, PhysicalConnectorType type ) : System

Property Details

Index public property

Index of the video input.
public int Index
return int

Type public property

Type of the video input.
public PhysicalConnectorType Type
return PhysicalConnectorType