C# Class Accord.Video.DirectShow.Internals.VideoInfoHeader2

Datei anzeigen Open project: accord-net/framework

Public Properties

Property Type Description
AverageTimePerFrame long
BitErrorRate int
BitRate int
BmiHeader BitmapInfoHeader
CopyProtectFlags int
InterlaceFlags int
PictAspectRatioX int
PictAspectRatioY int
Reserved1 int
Reserved2 int
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,Accord.Video.DirectShow.Internals BmiHeader
return BitmapInfoHeader

CopyProtectFlags public_oe property

Flag set to indicate that the duplication of the stream should be restricted.
public int CopyProtectFlags
return int

InterlaceFlags public_oe property

Flags that specify how the video is interlaced.
public int InterlaceFlags
return int

PictAspectRatioX public_oe property

The X dimension of picture aspect ratio.
public int PictAspectRatioX
return int

PictAspectRatioY public_oe property

The Y dimension of picture aspect ratio.
public int PictAspectRatioY
return int

Reserved1 public_oe property

Reserved for future use.
public int Reserved1
return int

Reserved2 public_oe property

Reserved for future use.
public int Reserved2
return int

SrcRect public_oe property

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

TargetRect public_oe property

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