デコーダー インターフェイス

次の表は、Windows Imaging Component (WIC) デコーダーによって実装されるインターフェイスと、継承階層を示すクラス図を示しています。

Container-Level デコーダー インターフェイス

インターフェイス 役割 実装
IWICBitmapDecoder コンテナー レベルのサービス 必須
IWICBitmapCodecProgressNotification 進行状況通知 & の取り消しのサポート 推奨
IWICMetadataBlockReader メタデータ列挙 省略可能 (コンテナー レベルのメタデータをサポートする形式でのみ必須)

 

Frame-Level デコーダー インターフェイス

インターフェイス 役割 実装
IWICBitmapFrameDecode フレーム レベルのサービス 必須
IWICMetadataBlockReader メタデータ列挙 必須
IWICBitmapSourceTransform ネイティブ デコーダー変換 推奨
IWICDevelopRaw 生処理サービス 未加工の形式にのみ必須

 

wic インターフェイスの継承階層

概念

WIC-Enabled デコーダーの実装

IWICBitmapDecoder の実装

WIC-Enabled コーデックを記述する方法

Windows Imaging コンポーネントの概要