C# Class AForge.Video.DirectShow.Internals.VideoInfoHeader

Datei anzeigen Open project: holisticware-admin/MonoVersal.AForgeNET

Public Properties

Property Type Description
AverageTimePerFrame long
BitErrorRate int
BitRate int
BmiHeader BitmapInfoHeader
SrcRect RECT
TargetRect RECT

Property Details

AverageTimePerFrame public_oe property

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

BitErrorRate public_oe property

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

BitRate public_oe property

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

BmiHeader public_oe property

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

SrcRect public_oe property

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

TargetRect public_oe property

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