Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the cache options available for an encoder.
Syntax
typedef enum WICBitmapEncoderCacheOption {
WICBitmapEncoderCacheInMemory = 0,
WICBitmapEncoderCacheTempFile = 0x1,
WICBitmapEncoderNoCache = 0x2,
WICBITMAPENCODERCACHEOPTION_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICBitmapEncoderCacheInMemory Value: 0 The encoder is cached in memory. This option is not supported. |
WICBitmapEncoderCacheTempFile Value: 0x1 The encoder is cached to a temporary file. This option is not supported. |
WICBitmapEncoderNoCache Value: 0x2 The encoder is not cached. |
WICBITMAPENCODERCACHEOPTION_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 |