Windows Media Player 11 SDK Required InterfacesÂ
Previous | Next |
Required Interfaces
A Windows Media Player DSP plug-in must implement the IMediaObject interface and the IWMPPluginEnable interface as a minimum requirement. The following sections provide an overview of these interfaces.
Interface | Description |
About IMediaObject | This is also the required interface for a DirectX Media Object (DMO). Detailed documentation for this interface is located in the DirectShow section of the Windows SDK. |
About IWMPPluginEnable | This interface stores a value indicating whether Windows Media Player has enabled the plug-in. |
In addition to these interfaces, the plug-in can implement any additional interfaces required to do the job. For instance, DMOs can implement several interfaces specific to the DMO architecture. By implementing the DMO interfaces as required, you can create a plug-in that functions both as a DMO and as a Windows Media Player plug-in.
See Also
Previous | Next |