C# Класс AForge.Video.DirectShow.Internals.VideoInfoHeader

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

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

Свойство Тип Описание
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