ScreencastFrameMetadataTimestamp Property |
Version 97.1.60
Frame swap timestamp.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 97.1.60.0 (97.1.60.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