次の方法で共有


Choreographer.FrameTimeline.VsyncId Property

Definition

The id that corresponds to this frame timeline, used to correlate a frame produced by HWUI with the timeline data stored in Surface Flinger.

public virtual long VsyncId { [Android.Runtime.Register("getVsyncId", "()J", "GetGetVsyncIdHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getVsyncId", "()J", "GetGetVsyncIdHandler", ApiSince=33)>]
member this.VsyncId : int64

Property Value

Attributes

Remarks

The id that corresponds to this frame timeline, used to correlate a frame produced by HWUI with the timeline data stored in Surface Flinger.

Java documentation for android.view.Choreographer.FrameTimeline.getVsyncId().

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