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 属性许可证中所述的术语使用。