Language

MediaQualityContract.PictureQuality.ParameterCvrr Field

Definition

Set to true to enable Cinema Variable Refresh Rate (CVRR).

[Android.Runtime.Register("PARAMETER_CVRR", ApiSince=37)]
public const string ParameterCvrr;
[<Android.Runtime.Register("PARAMETER_CVRR", ApiSince=37)>]
val mutable ParameterCvrr : string

Field Value

Attributes

Remarks

Set to true to enable Cinema Variable Refresh Rate (CVRR). This mode synchronizes the display's refresh rate with the cadence of cinematic content, which often has a frame rate (e.g., 24fps) that does not divide evenly into standard display refresh rates (e.g., 60Hz). Enabling CVRR eliminates the motion "judder" that can result from this mismatch, ensuring smooth playback as the director intended.

Type: BOOLEAN

Android reference for android.media.quality.MediaQualityContract.PictureQuality.PARAMETER_CVRR.

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