Language

MediaQualityContract.PictureQuality.ParameterHdmiRgbRange Field

Definition

Specifies the RGB color range for the HDMI signal to ensure correct black and white levels.

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

Field Value

Attributes

Remarks

Specifies the RGB color range for the HDMI signal to ensure correct black and white levels. Auto: Allows the source and display to automatically negotiate the correct range; Limited: Sets the range to 16-235 (for 8-bit color). This is the standard for most broadcast, Blu-ray, and streaming video content; Full: Sets the range to 0-255 (for 8-bit color). This is the standard for PC graphics, game consoles, and digital photography.

Type: STRING

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

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