WICDecodeOptions enumeration (wincodec.h)
Specifies decode options.
Syntax
typedef enum WICDecodeOptions {
WICDecodeMetadataCacheOnDemand = 0,
WICDecodeMetadataCacheOnLoad = 0x1,
WICMETADATACACHEOPTION_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICDecodeMetadataCacheOnDemand Value: 0 Cache metadata when needed. |
WICDecodeMetadataCacheOnLoad Value: 0x1 Cache metadata when decoder is loaded. |
WICMETADATACACHEOPTION_FORCE_DWORD Value: 0x7fffffff |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
Header | wincodec.h |