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 the parameter set used by a raw codec.
Syntax
typedef enum WICRawParameterSet {
WICAsShotParameterSet = 0x1,
WICUserAdjustedParameterSet = 0x2,
WICAutoAdjustedParameterSet = 0x3,
WICRAWPARAMETERSET_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICAsShotParameterSet Value: 0x1 An as shot parameter set. |
WICUserAdjustedParameterSet Value: 0x2 A user adjusted parameter set. |
WICAutoAdjustedParameterSet Value: 0x3 A codec adjusted parameter set. |
WICRAWPARAMETERSET_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 |