Share via


Display.FrameRateCategoryHigh Field

Definition

Caution

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

High category determines the framework's recommended high frame rate.

[Android.Runtime.Register("FRAME_RATE_CATEGORY_HIGH", 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 FrameRateCategoryHigh = 1;
[<Android.Runtime.Register("FRAME_RATE_CATEGORY_HIGH", 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 FrameRateCategoryHigh : Android.Views.DisplayFrameRateCategory

Field Value

Value = 1
Attributes

Remarks

High category determines the framework's recommended high frame rate. Opt for this high rate when a higher frame rate significantly enhances the user experience.

Java documentation for android.view.Display.FRAME_RATE_CATEGORY_HIGH.

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