WICDecodeOptions-Enumeration (wincodec.h)

Gibt Decodierungsoptionen an.

Syntax

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

Konstanten

 
WICDecodeMetadataCacheOnDemand
Wert: 0
Zwischenspeichern von Metadaten bei Bedarf.
WICDecodeMetadataCacheOnLoad
Wert: 0x1
Zwischenspeichern von Metadaten beim Laden des Decoders.
WICMETADATACACHEOPTION_FORCE_DWORD
Wert: 0x7fffffff

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP mit SP2, Windows Vista [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [Desktop-Apps | UWP-Apps]
Kopfzeile wincodec.h