Condividi tramite


enumerazione IDDCX_FRAME_STATISTICS_FLAGS (iddcx.h)

Un valore IDDCX_FRAME_STATISTICS_FLAGS indica come un frame è stato modificato dal driver.

Sintassi

typedef enum IDDCX_FRAME_STATISTICS_FLAGS {
  IDDCX_FRAME_STATISTICS_FLAGS_NONE = 0,
  IDDCX_FRAME_STATISTICS_FLAGS_REDUCED_COLOR_FIDELITY = 1
} ;

Costanti

 
IDDCX_FRAME_STATISTICS_FLAGS_NONE
Valore: 0
Indica che non sono presenti modifiche al frame.
IDDCX_FRAME_STATISTICS_FLAGS_REDUCED_COLOR_FIDELITY
Valore: 1
Se impostato indica che il driver riduce la fedeltà del colore dell'immagine desktop durante l'elaborazione e la trasmissione di questo frame.

Requisiti

Requisito Valore
Intestazione iddcx.h

Vedi anche

IDDCX_FRAME_STATISTICS