Enumerazione WICDecodeOptions (wincodec.h)

Specifica le opzioni di decodifica.

Sintassi

typedef enum WICDecodeOptions {
  WICDecodeMetadataCacheOnDemand = 0,
  WICDecodeMetadataCacheOnLoad = 0x1,
  WICMETADATACACHEOPTION_FORCE_DWORD = 0x7fffffff
} ;

Costanti

 
WICDecodeMetadataCacheOnDemand
Valore: 0
Memorizzare nella cache i metadati quando necessario.
WICDecodeMetadataCacheOnLoad
Valore: 0x1
Memorizzare nella cache i metadati quando viene caricato il decodificatore.
WICMETADATACACHEOPTION_FORCE_DWORD
Valore: 0x7fffffff

Requisiti

Requisito Valore
Client minimo supportato Windows XP con SP2, Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 [app desktop | App UWP]
Intestazione wincodec.h