Table of Contents

Class VideoCaptureStat

Namespace
VAST.Capture
Assembly
VAST.Common.dll

Statistics of the video capture session

public class VideoCaptureStat
Inheritance
VideoCaptureStat
Inherited Members

Constructors

VideoCaptureStat()

public VideoCaptureStat()

Properties

CaptureFramerate

Gets or sets actual capture framerate

public double CaptureFramerate { get; set; }

Property Value

double

CreatedAt

Gets or sets when current report was created

public DateTime CreatedAt { get; set; }

Property Value

DateTime

MaxFramerate

Gets or sets max capture framerate possible with currently selected capture mode

public double MaxFramerate { get; set; }

Property Value

double

OutputFramerate

Gets or sets actual output framerate

public double OutputFramerate { get; set; }

Property Value

double

Started

Gets or sets when capture session was started

public DateTime Started { get; set; }

Property Value

DateTime

TotalDroppedFrames

Gets or sets total number of frames dropped due to not enough performance

public ulong TotalDroppedFrames { get; set; }

Property Value

ulong

Methods

Clone()

Makes a deep copy of current object

public VideoCaptureStat Clone()

Returns

VideoCaptureStat

Deep copy of current object