IDDCX_WIRE_BITS_PER_COMPONENT structure (iddcx.h)
The IDDCX_WIRE_BITS_PER_COMPONENT structure identifies the dithering support of a target.
Syntax
struct IDDCX_WIRE_BITS_PER_COMPONENT {
IDDCX_BITS_PER_COMPONENT Rgb;
IDDCX_BITS_PER_COMPONENT YCbCr444;
IDDCX_BITS_PER_COMPONENT YCbCr422;
IDDCX_BITS_PER_COMPONENT YCbCr420;
};
Members
Rgb
An IDDCX_BITS_PER_COMPONENT value that describes the supported/requested pixel encoding using RGB sample format.
YCbCr444
An IDDCX_BITS_PER_COMPONENT value that describes the supported/requested pixel encoding using YCbCr 4:4:4 sample format.
YCbCr422
An IDDCX_BITS_PER_COMPONENT value that describes the supported/requested pixel encoding using YCbCr 4:2:2 sample format.
YCbCr420
An IDDCX_BITS_PER_COMPONENT value that describes the supported/requested pixel encoding using YCbCr 4:2:0 sample format.
Remarks
For more information about HDR support, see IddCx version 1.10 updates.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 September Update (IddCx version 1.10) |
Header | iddcx.h |