HdrType Enum
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.
Identifies a supported high-dynamic-range display format.
public enum HdrType
type HdrType =
- Inheritance
-
HdrType
Fields
| Name | Value | Description |
|---|---|---|
| Invalid | -1 | Identifies an invalid HDR format. |
| DolbyVision | 1 | Identifies the Dolby Vision HDR format. |
| Hdr10 | 2 | Identifies the HDR10 HDR format. |
| Hlg | 3 | Identifies the hybrid log-gamma HDR format. |
| Hdr10Plus | 4 | Identifies the HDR10+ HDR format. |
Remarks
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.