Display.FrameRateCategoryNormal 필드

정의

주의

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

일반 범주는 프레임워크에서 권장하는 일반 프레임 속도를 결정합니다.

[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

필드 값

Value = 0
특성

설명

일반 범주는 프레임워크에서 권장하는 일반 프레임 속도를 결정합니다. 프레임 속도가 높을수록 사용자 환경이 크게 향상되지 않는 한 이 일반 속도를 선택하세요.

에 대한 android.view.Display.FRAME_RATE_CATEGORY_NORMALJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상