Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IWMPPlugin interface is implemented by the plug-in. It manages the connection to Windows Media Player.
Members
The IWMPPlugin interface inherits from the IUnknown interface. IWMPPlugin also has these types of members:
- Methods
Methods
The IWMPPlugin interface has these methods.
Method | Description |
---|---|
AdviseWMPServices | Receives a pointer to a Windows Media Player interface that contains methods that provide stream state information. |
GetCaps | Sets a value that specifies whether the plug-in requires the input format and output format to be identical. |
GetID | Returns the class ID of the plug-in. |
Init | Receives a playback context identifier. |
Shutdown | Executes when Windows Media Player shuts down the plug-in. |
UnAdviseWMPServices | Executes when Windows Media Player releases the pointer provided in AdviseWMPServices. |