Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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) |