MF_Plugin_Type列挙 (mfobjects.h)

IMFPluginControl インターフェイスのオブジェクトの種類を指定します。

構文

typedef enum _MF_Plugin_Type {
  MF_Plugin_Type_MFT = 0,
  MF_Plugin_Type_MediaSource = 1,
  MF_Plugin_Type_MFT_MatchOutputType = 2,
  MF_Plugin_Type_Other
} MF_Plugin_Type;

定数

 
MF_Plugin_Type_MFT
値: 0
Media Foundation 変換 (MFT)。
MF_Plugin_Type_MediaSource
値: 1
メディア ソース。
MF_Plugin_Type_MFT_MatchOutputType
値: 2
出力の種類と一致します。
MF_Plugin_Type_Other
その他。

要件

要件
サポートされている最小のクライアント Windows 7 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 R2 [デスクトップ アプリのみ]
Header mfobjects.h (Mfidl.h を含む)

こちらもご覧ください

Media Foundation 列挙