MediaQualityContract.PictureQuality.ParameterVrr Field
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.
Set to true to enable Variable Refresh Rate (VRR).
[Android.Runtime.Register("PARAMETER_VRR", ApiSince=37)]
public const string ParameterVrr;
[<Android.Runtime.Register("PARAMETER_VRR", ApiSince=37)>]
val mutable ParameterVrr : string
Field Value
- Attributes
Remarks
Set to true to enable Variable Refresh Rate (VRR). VRR synchronizes the display's refresh rate in real-time with the frame rate of the source device (e.g., a game console or PC). This eliminates screen tearing and reduces stutter, providing a smoother visual experience, especially in video games. Set to false to use a standard fixed refresh rate.
Type: BOOLEAN
Android reference for android.media.quality.MediaQualityContract.PictureQuality.PARAMETER_VRR.
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.