C# 클래스 AForge.Video.DirectShow.Internals.VideoInfoHeader

파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET

공개 프로퍼티들

프로퍼티 타입 설명
AverageTimePerFrame long
BitErrorRate int
BitRate int
BmiHeader BitmapInfoHeader
SrcRect RECT
TargetRect RECT

프로퍼티 상세

AverageTimePerFrame 공개적으로 프로퍼티

The desired average display time of the video frames, in 100-nanosecond units.
public long AverageTimePerFrame
리턴 long

BitErrorRate 공개적으로 프로퍼티

Data error rate, in bit errors per second.
public int BitErrorRate
리턴 int

BitRate 공개적으로 프로퍼티

Approximate data rate of the video stream, in bits per second.
public int BitRate
리턴 int

BmiHeader 공개적으로 프로퍼티

BitmapInfoHeader structure that contains color and dimension information for the video image bitmap.
public BitmapInfoHeader,AForge.Video.DirectShow.Internals BmiHeader
리턴 BitmapInfoHeader

SrcRect 공개적으로 프로퍼티

RECT structure that specifies the source video window.
public RECT,AForge.Video.DirectShow.Internals SrcRect
리턴 RECT

TargetRect 공개적으로 프로퍼티

RECT structure that specifies the destination video window.
public RECT,AForge.Video.DirectShow.Internals TargetRect
리턴 RECT