Sdílet prostřednictvím


FrameMetrics.VsyncTimestamp Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.

Metric identifier for the timestamp of the actual vsync for this frame.

[Android.Runtime.Register("VSYNC_TIMESTAMP", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)]
public const Android.Views.FrameMetricsId VsyncTimestamp = 11;
[<Android.Runtime.Register("VSYNC_TIMESTAMP", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)>]
val mutable VsyncTimestamp : Android.Views.FrameMetricsId

Field Value

Value = 11
Attributes

Remarks

Metric identifier for the timestamp of the actual vsync for this frame.

The time value that was used in all the vsync listeners and drawing for the frame (Choreographer frame callbacks, animations, View#getDrawingTime(), etc.)

Java documentation for android.view.FrameMetrics.VSYNC_TIMESTAMP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to