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 アプリ]
Header wincodec.h