DisplayManager.MatchContentFrameRateUserPreference 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回「比對內容幀速率」的用戶喜好設定。
public int MatchContentFrameRateUserPreference { [Android.Runtime.Register("getMatchContentFrameRateUserPreference", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getMatchContentFrameRateUserPreference", "()I", "", ApiSince=31)>]
member this.MatchContentFrameRateUserPreference : int
屬性值
- 屬性
備註
傳回「比對內容幀速率」的用戶喜好設定。
永不:即使應用程式要求它,裝置也不會嘗試將其輸出與內容的原始幀速率相符。
無縫:如果應用程式要求它,裝置會比對其輸出與內容的原始幀速率,只有當顯示器可以順暢地轉換時。
一律:如果應用程式要求它,裝置會比對其輸出與內容的原始幀速率。 這可能會導致畫面在結束或進入視訊播放時空白一秒。
的 android.hardware.display.DisplayManager.getMatchContentFrameRateUserPreference()
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。