FrameMetrics.IntendedVsyncTimestamp 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 intended vsync for this frame.

[Android.Runtime.Register("INTENDED_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 IntendedVsyncTimestamp = 10;
[<Android.Runtime.Register("INTENDED_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 IntendedVsyncTimestamp : Android.Views.FrameMetricsId

Field Value

Value = 10
Attributes

Remarks

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

The intended start point for the frame. If this value is different from #VSYNC_TIMESTAMP, there was work occurring on the UI thread that prevented it from responding to the vsync signal in a timely fashion.

Java documentation for android.view.FrameMetrics.INTENDED_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