DisplayWireFormatPixelEncoding 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.
Defines constants that specify the color model and chroma subsampling format used to encode pixel data.
public enum class DisplayWireFormatPixelEncoding
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class DisplayWireFormatPixelEncoding
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum DisplayWireFormatPixelEncoding
var value = Windows.Devices.Display.Core.DisplayWireFormatPixelEncoding.rgb444
Public Enum DisplayWireFormatPixelEncoding
- Inheritance
-
DisplayWireFormatPixelEncoding
- Attributes
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
Fields
Name | Value | Description |
---|---|---|
Rgb444 | 0 | Indicates RGB color channels with no chroma subsampling. |
Ycc444 | 1 | Indicates YCbCr color channels with no chroma subsampling. |
Ycc422 | 2 | Indicates YCbCr color channels with 4:2:2 chroma subsampling. |
Ycc420 | 3 | Indicates YCbCr color channels with 4:2:0 chroma subsampling. |
Intensity | 4 | Indicates a single grayscale channel and no chroma data. |