Language

MediaQualityContract.PictureQuality.ParameterPcMode Field

Definition

Set to true to enable PC Mode.

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

Field Value

Attributes

Remarks

Set to true to enable PC Mode. This ensures a "dot by dot" or 1:1 pixel mapping from the source signal to the display panel. When enabled, this mode disables overscan, preventing the edges of the picture from being cut off. This is ideal for sources like a personal computer where sharp text and precise pixel representation are critical. If false, standard TV processing, including potential overscan, will be applied.

Type: BOOLEAN

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

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