C# 클래스 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.

파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Index int
Type PhysicalConnectorType

비공개 메소드들

메소드 설명
VideoInput ( int index, PhysicalConnectorType type ) : System

프로퍼티 상세

Index 공개적으로 프로퍼티

Index of the video input.
public int Index
리턴 int

Type 공개적으로 프로퍼티

Type of the video input.
public PhysicalConnectorType Type
리턴 PhysicalConnectorType