IMFPluginControl2 interface
Controls how media sources and transforms are enumerated in Microsoft Media Foundation.
This interface extends the IMFPluginControl interface.
Members
The IMFPluginControl2 interface inherits from IMFPluginControl. IMFPluginControl2 also has these types of members:
Methods
The IMFPluginControl2 interface has these methods.
| Method | Description |
|---|---|
| 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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also