IDDCX_WIRE_FORMAT_INFO structure (iddcx.h)

The IDDCX_WIRE_FORMAT_INFO structure contains details about the signal to send to the monitor.

Syntax

struct IDDCX_WIRE_FORMAT_INFO {
  IDDCX_COLOR_SPACE             ColorSpace;
  IDDCX_WIRE_BITS_PER_COMPONENT BitsPerComponent;
};

Members

ColorSpace

An IDDCX_COLOR_SPACE value that specifies the color space to use on the monitor.

BitsPerComponent

An IDDCX_WIRE_BITS_PER_COMPONENT value that specifies the number of bits per component and which pixel encoding to use on the monitor.

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

See also

EVT_IDD_CX_ADAPTER_COMMIT_MODES2

IDARG_IN_COMMITMODES2

IDDCX_PATH2