DisplayWireFormatPixelEncoding 列挙型

定義

ピクセル データのエンコードに使用されるカラー モデルとクロマ サブサンプリング形式を指定する定数を定義します。

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
継承
DisplayWireFormatPixelEncoding
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

フィールド

Intensity 4

1 つのグレースケール チャネルを示し、クロマ データは表示しません。

Rgb444 0

クロマ サブサンプリングのない RGB カラー チャネルを示します。

Ycc420 3

4:2:0 のクロマ サブサンプリングを持つ YCbCr カラー チャネルを示します。

Ycc422 2

4:2:2 のクロマ サブサンプリングを持つ YCbCr カラー チャネルを示します。

Ycc444 1

クロマ サブサンプリングのない YCbCr カラー チャネルを示します。

適用対象