WICDecodeOptions enumeration
Specifies decode options.
Syntax
typedef enum WICDecodeOptions { WICDecodeMetadataCacheOnDemand = 0x00000000, WICDecodeMetadataCacheOnLoad = 0x00000001 } WICDecodeOptions;
Constants
- WICDecodeMetadataCacheOnDemand
-
Cache metadata when needed.
- WICDecodeMetadataCacheOnLoad
-
Cache metadata when decoder is loaded.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
Show: