Android.Views.Display.PresentationDeadlineNanos Property
This is how far in advance a buffer must be queued for presentation at a given time.

Syntax

[get: Android.Runtime.Register("getPresentationDeadlineNanos", "()J", "GetGetPresentationDeadlineNanosHandler")]
public virtual long PresentationDeadlineNanos { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This is how far in advance a buffer must be queued for presentation at a given time. If you want a buffer to appear on the screen at time N, you must submit the buffer before (N - presentationDeadline).

The desired presentation time for GLES rendering may be set with Android.Opengl.EGLExt.EglPresentationTimeANDROID(Android.Opengl.EGLDisplay, Android.Opengl.EGLSurface, Android.Opengl.EGLSurface). For video decoding, use Android.Media.MediaCodec.ReleaseOutputBuffer(int, System.Int64). Times are expressed in nanoseconds, using the system monotonic clock (Java.Lang.JavaSystem.NanoTime).

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1