MediaQualityContract.PictureQuality.ParameterColorSpace 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.
Sets the color space of the video signal, which defines the range of colors (gamut) it can represent.
[Android.Runtime.Register("PARAMETER_COLOR_SPACE", ApiSince=37)]
public const string ParameterColorSpace;
[<Android.Runtime.Register("PARAMETER_COLOR_SPACE", ApiSince=37)>]
val mutable ParameterColorSpace : string
Field Value
- Attributes
Remarks
Sets the color space of the video signal, which defines the range of colors (gamut) it can represent. This must be set correctly to ensure accurate color reproduction. MediaQualityContract.COLOR_SPACE_S_RGB_BT_709 Standard for web and High Definition (HD) content; MediaQualityContract.COLOR_SPACE_DCI Wide color gamut (WCG) common in digital cinema and on premium displays; MediaQualityContract.COLOR_SPACE_BT2020 Wide color gamut (WCG) standard for Ultra High Definition (UHD, 4K/8K) and HDR content; MediaQualityContract.COLOR_SPACE_ADOBE_RGB RGB created by adobe system; MediaQualityContract.COLOR_SPACE_AUTO; MediaQualityContract.COLOR_SPACE_ON; MediaQualityContract.COLOR_SPACE_OFF
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.