MediaQualityContract.PictureQuality.ParameterPanelInitMaxLuminceNits 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 initial maximum luminance of the display panel, in nits.
[Android.Runtime.Register("PARAMETER_PANEL_INIT_MAX_LUMINCE_NITS", ApiSince=37)]
public const string ParameterPanelInitMaxLuminceNits;
[<Android.Runtime.Register("PARAMETER_PANEL_INIT_MAX_LUMINCE_NITS", ApiSince=37)>]
val mutable ParameterPanelInitMaxLuminceNits : string
Field Value
- Attributes
Remarks
Specifies the initial maximum luminance of the display panel, in nits.
This value typically represents the factory-calibrated peak brightness of the panel and is used by the system as a baseline for brightness control and HDR tone mapping calculations. The value range is from 0 - 10000
Type: INTEGER
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.