Class VideoCaptureStat
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
CreatedAt
Gets or sets when current report was created
public DateTime CreatedAt { get; set; }
Property Value
MaxFramerate
Gets or sets max capture framerate possible with currently selected capture mode
public double MaxFramerate { get; set; }
Property Value
OutputFramerate
Gets or sets actual output framerate
public double OutputFramerate { get; set; }
Property Value
Started
Gets or sets when capture session was started
public DateTime Started { get; set; }
Property Value
TotalDroppedFrames
Gets or sets total number of frames dropped due to not enough performance
public ulong TotalDroppedFrames { get; set; }
Property Value
Methods
Clone()
Makes a deep copy of current object
public VideoCaptureStat Clone()
Returns
- VideoCaptureStat
Deep copy of current object