Class ScreencastFrameMetadata
Screencast frame metadata.
public sealed class ScreencastFrameMetadata
- Inheritance
-
ScreencastFrameMetadata
- Inherited Members
Properties
DeviceHeight
Device screen height in DIP.
[JsonPropertyName("deviceHeight")]
public double DeviceHeight { get; set; }
Property Value
DeviceWidth
Device screen width in DIP.
[JsonPropertyName("deviceWidth")]
public double DeviceWidth { get; set; }
Property Value
OffsetTop
Top offset in DIP.
[JsonPropertyName("offsetTop")]
public double OffsetTop { get; set; }
Property Value
PageScaleFactor
Page scale factor.
[JsonPropertyName("pageScaleFactor")]
public double PageScaleFactor { get; set; }
Property Value
ScrollOffsetX
Position of horizontal scroll in CSS pixels.
[JsonPropertyName("scrollOffsetX")]
public double ScrollOffsetX { get; set; }
Property Value
ScrollOffsetY
Position of vertical scroll in CSS pixels.
[JsonPropertyName("scrollOffsetY")]
public double ScrollOffsetY { get; set; }
Property Value
Timestamp
Frame swap timestamp.
[JsonPropertyName("timestamp")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Timestamp { get; set; }