Display.FrameRateCategoryNormal Campo

Definición

Precaución

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

La categoría normal determina la velocidad de fotogramas normal recomendada del marco.

[Android.Runtime.Register("FRAME_RATE_CATEGORY_NORMAL", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFrameRateCategory enum directly instead of this field.", true)]
public const Android.Views.DisplayFrameRateCategory FrameRateCategoryNormal = 0;
[<Android.Runtime.Register("FRAME_RATE_CATEGORY_NORMAL", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFrameRateCategory enum directly instead of this field.", true)>]
val mutable FrameRateCategoryNormal : Android.Views.DisplayFrameRateCategory

Valor de campo

Value = 0
Atributos

Comentarios

La categoría normal determina la velocidad de fotogramas normal recomendada del marco. Opte por esta velocidad normal a menos que una velocidad de fotogramas mayor mejore significativamente la experiencia del usuario.

Java documentación para android.view.Display.FRAME_RATE_CATEGORY_NORMAL.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a