Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies decode options.
Syntax
typedef enum WICDecodeOptions {
WICDecodeMetadataCacheOnDemand = 0,
WICDecodeMetadataCacheOnLoad = 0x1,
WICMETADATACACHEOPTION_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICDecodeMetadataCacheOnDemandValue: 0 Cache metadata when needed. |
WICDecodeMetadataCacheOnLoadValue: 0x1 Cache metadata when decoder is loaded. |
WICMETADATACACHEOPTION_FORCE_DWORDValue: 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 |