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
属性

注釈

標準カテゴリは、フレームワークの推奨される標準フレーム レートを決定します。 フレーム レートが高いほどユーザー エクスペリエンスが大幅に向上しない限り、この通常のレートを選択します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象