Language

MediaQualityContract.PictureQuality.ParameterVrr Field

Definition

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.

Applies to