MediaQualityContract.PictureQuality.ParameterPanelInitMaxLuminceValid 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.
A flag indicating if the
panelInitMaxLuminceNits value is valid and can be trusted.
[Android.Runtime.Register("PARAMETER_PANEL_INIT_MAX_LUMINCE_VALID", ApiSince=37)]
public const string ParameterPanelInitMaxLuminceValid;
[<Android.Runtime.Register("PARAMETER_PANEL_INIT_MAX_LUMINCE_VALID", ApiSince=37)>]
val mutable ParameterPanelInitMaxLuminceValid : string
Field Value
- Attributes
Remarks
A flag indicating if the panelInitMaxLuminceNits value is valid and can be trusted.
If false, the panel was unable to report a valid maximum luminance (e.g., a read error occurred), and the associated panelInitMaxLuminceNits value should be ignored.
Type: BOOLEAN
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.