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

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

공개 프로퍼티들

프로퍼티 타입 설명
AverageFrameRate int
BitCount int
FrameSize System.Drawing.Size
MaximumFrameRate int

Private Properties

프로퍼티 타입 설명
FromStreamConfig Accord.Video.DirectShow.VideoCapabilities[]
VideoCapabilities System
VideoCapabilities System

공개 메소드들

메소드 설명
Equals ( VideoCapabilities vc2 ) : bool

Check if two video capabilities are equal.

Equals ( object obj ) : bool

Check if the video capability equals to the specified object.

GetHashCode ( ) : int

Get hash code of the object.

operator ( ) : bool

Equality operator.

비공개 메소드들

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

메소드 상세

Equals() 공개 메소드

Check if two video capabilities are equal.
public Equals ( VideoCapabilities vc2 ) : bool
vc2 VideoCapabilities Second video capability to compare with.
리턴 bool

Equals() 공개 메소드

Check if the video capability equals to the specified object.
public Equals ( object obj ) : bool
obj object Object to compare with.
리턴 bool

GetHashCode() 공개 메소드

Get hash code of the object.
public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

Equality operator.
public static operator ( ) : bool
리턴 bool

프로퍼티 상세

AverageFrameRate 공개적으로 프로퍼티

Average frame rate of video device for corresponding frame size.
public int AverageFrameRate
리턴 int

BitCount 공개적으로 프로퍼티

Number of bits per pixel provided by the camera.
public int BitCount
리턴 int

FrameSize 공개적으로 프로퍼티

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

MaximumFrameRate 공개적으로 프로퍼티

Maximum frame rate of video device for corresponding frame size.
public int MaximumFrameRate
리턴 int