MF_Plugin_Type enumeration
Specifies the object type for the IMFPluginControl interface.
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 = (DWORD)-1, } MF_Plugin_Type;
Constants
- MF_Plugin_Type_MFT
-
Media Foundation transform (MFT).
- MF_Plugin_Type_MediaSource
-
Media source.
- MF_Plugin_Type_MFT_MatchOutputType
-
Match output type.
- MF_Plugin_Type_Other
-
Other.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Show: