MediaQualityContract.PictureQuality.ParameterHdmiRgbRange 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.
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
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.