WICBitmapEncoderCacheOption enumeration
Specifies the cache options available for an encoder.
Syntax
typedef enum WICBitmapEncoderCacheOption { WICBitmapEncoderCacheInMemory = 0x00000000, WICBitmapEncoderCacheTempFile = 0x00000001, WICBitmapEncoderNoCache = 0x00000002 } WICBitmapEncoderCacheOption;
Constants
- WICBitmapEncoderCacheInMemory
-
The encoder is cached in memory. This option is not supported.
- WICBitmapEncoderCacheTempFile
-
The encoder is cached to a temporary file. This option is not supported.
- WICBitmapEncoderNoCache
-
The encoder is not cached.
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: