Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
} MF_Plugin_Type;
Constants
| MF_Plugin_Type_MFTValue: 0 Media Foundation transform (MFT). | 
| MF_Plugin_Type_MediaSourceValue: 1 Media source. | 
| MF_Plugin_Type_MFT_MatchOutputTypeValue: 2 Match output type. | 
| MF_Plugin_Type_OtherOther. | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] | 
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] | 
| Header | mfobjects.h (include Mfidl.h) |