Lingua

FrameMetrics.VsyncTimestamp Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.

Identificatore della metrica per il timestamp del vsync effettivo per questo frame.

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

Valore del campo

Value = 11
Attributi

Commenti

Identificatore della metrica per il timestamp del vsync effettivo per questo frame.

Valore dell'ora usato in tutti i listener vsync e disegno per il fotogramma (callback dei fotogrammi coreografi, animazioni, View#getDrawingTime()e così via)

per android.view.FrameMetrics.VSYNC_TIMESTAMP.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a