WICComponentType 列舉 (wincodec.h)

指定 WIC) 元件 (Windows 映像處理元件的類型。

Syntax

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