MediaQualityContract.PictureQuality.ParameterLevelRange 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.
The quantization level range for the video signal, which specifies the mapping of digital code values to black and white levels.
[Android.Runtime.Register("PARAMETER_LEVEL_RANGE", ApiSince=37)]
public const string ParameterLevelRange;
[<Android.Runtime.Register("PARAMETER_LEVEL_RANGE", ApiSince=37)>]
val mutable ParameterLevelRange : string
Field Value
- Attributes
Remarks
The quantization level range for the video signal, which specifies the mapping of digital code values to black and white levels.
Must be one of the following values: Auto: The system determines the appropriate level range automatically; Limited: Represents the limited range where black is 16 and white is 235 (for 8-bit color). Standard for broadcast video; Full: Represents the full range where black is 0 and white is 255 (for 8-bit color). Common for PC content and graphics.
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.