IMFLocalMFTRegistration interface (mfidl.h)
Registers Media Foundation transforms (MFTs) in the caller's process.
The Media Session exposes this interface as a service. To obtain a pointer to this interface, call the IMFGetService::GetService method on the Media Session with the service identifier MF_LOCAL_MFT_REGISTRATION_SERVICE.
Inheritance
The IMFLocalMFTRegistration interface inherits from the IUnknown interface. IMFLocalMFTRegistration also has these types of members:
Methods
The IMFLocalMFTRegistration interface has these methods.
IMFLocalMFTRegistration::RegisterMFTs Registers one or more Media Foundation transforms (MFTs) in the caller's process. |
Remarks
This interface requires the Media Session. If you are not using the Media Session for playback, call one of the following functions instead:
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | mfidl.h |