次の方法で共有


Choreographer.FrameTimeline.ExpectedPresentationTimeNanos Property

Definition

The time in System#nanoTime() timebase which this frame is expected to be presented.

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

Property Value

Attributes

Remarks

The time in System#nanoTime() timebase which this frame is expected to be presented.

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

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