Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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) |