WICComponentType 枚举 (wincodec.h)
指定 Windows 映像组件 (WIC) 组件的类型。
语法
typedef enum WICComponentType {
WICDecoder = 0x1,
WICEncoder = 0x2,
WICPixelFormatConverter = 0x4,
WICMetadataReader = 0x8,
WICMetadataWriter = 0x10,
WICPixelFormat = 0x20,
WICAllComponents = 0x3f,
WICCOMPONENTTYPE_FORCE_DWORD = 0x7fffffff
} ;
常量
WICDecoder 值: 0x1 WIC 解码器。 |
WICEncoder 值: 0x2 WIC 编码器。 |
WICPixelFormatConverter 值: 0x4 WIC 像素转换器。 |
WICMetadataReader 值: 0x8 WIC 元数据读取器。 |
WICMetadataWriter 值: 0x10 WIC 元数据编写器。 |
WICPixelFormat 值: 0x20 WIC 像素格式。 |
WICAllComponents 值: 0x3f 所有 WIC 组件。 |
WICCOMPONENTTYPE_FORCE_DWORD 值: 0x7fffffff |
要求
最低受支持的客户端 | Windows XP SP2,Windows Vista [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 [桌面应用 | UWP 应用] |
标头 | wincodec.h |