FrameMetrics.FrameTimelineVsyncId 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 frame's VSync identifier.

[Android.Runtime.Register("FRAME_TIMELINE_VSYNC_ID", ApiSince=36)]
[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 FrameTimelineVsyncId = 14;
[<Android.Runtime.Register("FRAME_TIMELINE_VSYNC_ID", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)>]
val mutable FrameTimelineVsyncId : Android.Views.FrameMetricsId

Field Value

Value = 14
Attributes

Remarks

Metric identifier for the frame's VSync identifier.

The id that corresponds to the chosen frame timeline, used to correlate a frame produced by HWUI with the timeline data from the compositor.

Java documentation for android.view.FrameMetrics.FRAME_TIMELINE_VSYNC_ID.

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