ScreencastFrameMetadataTimestamp Property |
Version 104.4.240
Frame swap timestamp.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public double? Timestamp { get; set; }
public:
property Nullable<double> Timestamp {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
Type:
NullableDoubleSee Also