IDDCX_WIRE_BITS_PER_COMPONENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

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;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-iddcx_wire_bits_per_component)

Description

The IDDCX_WIRE_BITS_PER_COMPONENT structure identifies the dithering support of a target.

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.

See also

EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO

IDARG_OUT_QUERYTARGET_INFO