Condividi tramite


IDDCX_WIRE_BITS_PER_COMPONENT struttura (iddcx.h)

La struttura IDDCX_WIRE_BITS_PER_COMPONENT identifica il supporto di dithering di una destinazione.

Sintassi

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

Valore IDDCX_BITS_PER_COMPONENT che descrive la codifica pixel supportata/richiesta usando il formato di esempio RGB.

YCbCr444

Valore IDDCX_BITS_PER_COMPONENT che descrive la codifica pixel supportata/richiesta usando il formato di esempio YCbCr 4:4:4.

YCbCr422

Valore IDDCX_BITS_PER_COMPONENT che descrive la codifica pixel supportata/richiesta usando il formato di esempio YCbCr 4:2:2.

YCbCr420

Valore IDDCX_BITS_PER_COMPONENT che descrive la codifica pixel supportata/richiesta usando il formato di esempio YCbCr 4:2:0.

Commenti

Per altre informazioni sul supporto HDR, vedere Aggiornamenti di IddCx versione 1.10.

Requisiti

Requisito Valore
Client minimo supportato Windows 11, versione 22H2 Settembre Update (IddCx versione 1.10)
Intestazione iddcx.h

Vedi anche

EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO

IDARG_OUT_QUERYTARGET_INFO