Condividi tramite


enumerazione IDDCX_FRAME_STATUS (iddcx.h)

Un valore IDDCX_FRAME_STATUS indica lo stato di elaborazione del frame.

Sintassi

typedef enum IDDCX_FRAME_STATUS {
  IDDCX_FRAME_STATUS_UNINITIALIZED = 0,
  IDDCX_FRAME_STATUS_COMPLETED = 1,
  IDDCX_FRAME_STATUS_DROPPED = 2,
  IDDCX_FRAME_STATUS_ERROR = 3
} ;

Costanti

 
IDDCX_FRAME_STATUS_UNINITIALIZED
Valore: 0
Indica che a una variabile IDDCX_FRAME_STATUS non è ancora stato assegnato un valore significativo.
IDDCX_FRAME_STATUS_COMPLETED
Valore: 1
Indica che il frame è stato elaborato completamente e inviato al dispositivo.
IDDCX_FRAME_STATUS_DROPPED
Valore: 2
Indica che il driver ha interrotto l'elaborazione di questo frame per l'avvio in un frame più recente. Ciò si verifica normalmente se richiede molto tempo per elaborare/trasmettere il fotogramma.
IDDCX_FRAME_STATUS_ERROR
Valore: 3
Indica che il driver ha interrotto l'elaborazione di questo frame perché il driver ha rilevato un errore interno.

Requisiti

Requisito Valore
Intestazione iddcx.h

Vedi anche

IDDCX_FRAME_STATISTICS

IddCxSwapChainReleaseAndAcquireBuffer

IddCxSwapChainReleaseAndAcquireSystemBuffer