Enumerazione WICComponentType (wincodec.h)
Specifica il tipo di componente Windows Imaging Component (WIC).
Sintassi
typedef enum WICComponentType {
WICDecoder = 0x1,
WICEncoder = 0x2,
WICPixelFormatConverter = 0x4,
WICMetadataReader = 0x8,
WICMetadataWriter = 0x10,
WICPixelFormat = 0x20,
WICAllComponents = 0x3f,
WICCOMPONENTTYPE_FORCE_DWORD = 0x7fffffff
} ;
Costanti
WICDecoder Valore: 0x1 Decodificatore WIC. |
WICEncoder Valore: 0x2 Codificatore WIC. |
WICPixelFormatConverter Valore: 0x4 Convertitore di pixel WIC. |
WICMetadataReader Valore: 0x8 Lettore di metadati WIC. |
WICMetadataWriter Valore: 0x10 Writer di metadati WIC. |
WICPixelFormat Valore: 0x20 Formato pixel WIC. |
WICAllComponents Valore: 0x3f Tutti i componenti WIC. |
WICCOMPONENTTYPE_FORCE_DWORD Valore: 0x7fffffff |
Requisiti
Client minimo supportato | Windows XP con SP2, Windows Vista [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 [app desktop | App UWP] |
Intestazione | wincodec.h |