IMFPluginControl2 interface (mfobjects.h)

Controls how media sources and transforms are enumerated in Microsoft Media Foundation.

This interface extends the IMFPluginControl interface.

Inheritance

The IMFPluginControl2 interface inherits from IMFPluginControl. IMFPluginControl2 also has these types of members:

Methods

The IMFPluginControl2 interface has these methods.

 
IMFPluginControl2::SetPolicy

Sets the policy for which media sources and transforms are enumerated.

Remarks

To get a pointer to this interface, call MFGetPluginControl and query the returned pointer for IMFPluginControl2.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header mfobjects.h (include Mfidl.h)

See also

IMFPluginControl

Media Foundation Interfaces