C# 클래스 AForge.Video.DirectShow.VideoCapabilities

Capabilities of video device such as frame size and frame rate.
파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FrameRate int
FrameSize System.Drawing.Size

비공개 메소드들

메소드 설명
FromStreamConfig ( IAMStreamConfig videoStreamConfig ) : AForge.Video.DirectShow.VideoCapabilities[]
VideoCapabilities ( ) : System
VideoCapabilities ( IAMStreamConfig videoStreamConfig, int index ) : System

프로퍼티 상세

FrameRate 공개적으로 프로퍼티

Frame rate supported by video device for corresponding frame size.
public int FrameRate
리턴 int

FrameSize 공개적으로 프로퍼티

Frame size supported by video device.
public Size,System.Drawing FrameSize
리턴 System.Drawing.Size