MF_Plugin_Type-Enumeration (mfobjects.h)
Gibt den Objekttyp für die IMFPluginControl-Schnittstelle an.
Syntax
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;
Konstanten
MF_Plugin_Type_MFT Wert: 0 Media Foundation-Transformation (MFT). |
MF_Plugin_Type_MediaSource Wert: 1 Medienquelle. |
MF_Plugin_Type_MFT_MatchOutputType Wert: 2 Entspricht dem Ausgabetyp. |
MF_Plugin_Type_Other Sonstiges |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2 [nur Desktop-Apps] |
Kopfzeile | mfobjects.h (include Mfidl.h) |