WICWebpAnimProperties enumeration (wincodec.h)
Specifies the animation properties of a WebP image.
Syntax
typedef enum WICWebpAnimProperties {
WICWebpAnimLoopCount = 0x1,
WICWebpAnimProperties_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICWebpAnimLoopCount Value: 0x1 The number of times the animation loops. A value of 0 indicates that the animation will loop infinitely. |
WICWebpAnimProperties_FORCE_DWORD Value: 0x7fffffff |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 [desktop apps only] |
Minimum supported server | Windows Server [desktop apps only] |
Header | wincodec.h |