DisplayManager.MatchContentFramerateAlways フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Hardware.Display.MatchContentFramerate enum directly instead of this field.

すべてのリフレッシュ レート間のリフレッシュ レート スイッチは、ユーザーの視覚的な中断がある場合でも許可されます。

[Android.Runtime.Register("MATCH_CONTENT_FRAMERATE_ALWAYS", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Display.MatchContentFramerate enum directly instead of this field.", true)]
public const Android.Hardware.Display.MatchContentFramerate MatchContentFramerateAlways = 2;
[<Android.Runtime.Register("MATCH_CONTENT_FRAMERATE_ALWAYS", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Display.MatchContentFramerate enum directly instead of this field.", true)>]
val mutable MatchContentFramerateAlways : Android.Hardware.Display.MatchContentFramerate

フィールド値

Value = 2
属性

注釈

すべてのリフレッシュ レート間のリフレッシュ レート スイッチは、ユーザーの視覚的な中断がある場合でも許可されます。

Javaドキュメント。

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

適用対象