DisplayManager.MatchContentFrameRateUserPreference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the user preference for "Match content frame rate".
public int MatchContentFrameRateUserPreference { [Android.Runtime.Register("getMatchContentFrameRateUserPreference", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getMatchContentFrameRateUserPreference", "()I", "", ApiSince=31)>]
member this.MatchContentFrameRateUserPreference : int
Property Value
- Attributes
Remarks
Returns the user preference for "Match content frame rate".
Never: Even if the app requests it, the device will never try to match its output to the original frame rate of the content.
Seamless: If the app requests it, the device will match its output to the original frame rate of the content, ONLY if the display can transition seamlessly.
Always: If the app requests it, the device will match its output to the original frame rate of the content. This may cause the screen to go blank for a second when exiting or entering a video playback.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.