C# Класс Accord.Video.DirectShow.Internals.VideoInfoHeader2

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AverageTimePerFrame long
BitErrorRate int
BitRate int
BmiHeader BitmapInfoHeader
CopyProtectFlags int
InterlaceFlags int
PictAspectRatioX int
PictAspectRatioY int
Reserved1 int
Reserved2 int
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,Accord.Video.DirectShow.Internals BmiHeader
Результат BitmapInfoHeader

CopyProtectFlags публичное свойство

Flag set to indicate that the duplication of the stream should be restricted.
public int CopyProtectFlags
Результат int

InterlaceFlags публичное свойство

Flags that specify how the video is interlaced.
public int InterlaceFlags
Результат int

PictAspectRatioX публичное свойство

The X dimension of picture aspect ratio.
public int PictAspectRatioX
Результат int

PictAspectRatioY публичное свойство

The Y dimension of picture aspect ratio.
public int PictAspectRatioY
Результат int

Reserved1 публичное свойство

Reserved for future use.
public int Reserved1
Результат int

Reserved2 публичное свойство

Reserved for future use.
public int Reserved2
Результат int

SrcRect публичное свойство

RECT structure that specifies the source video window.
public RECT,Accord.Video.DirectShow.Internals SrcRect
Результат RECT

TargetRect публичное свойство

RECT structure that specifies the destination video window.
public RECT,Accord.Video.DirectShow.Internals TargetRect
Результат RECT