IWMPPlayer Interface (Windows Embedded CE 6.0)
1/6/2010
The IWMPPlayer interface provides methods for modifying the basic behavior of the Windows Media Player control user interface. These methods supplement the IWMPCore interface.
In addition to the methods inherited from IWMPCore, the IWMPPlayer interface exposes the following methods.
Method | Description |
---|---|
Retrieves a value indicating whether to enable the context menu, which appears when the right mouse button is clicked. |
|
Retrieves a value indicating whether the Windows Media Player control is enabled. |
|
Retrieves a value indicating whether video content is played back in full-screen mode. |
|
Retrieves a value indicating which controls are shown in the user interface when Windows Media Player is embedded in a Web page. |
|
Specifies a value indicating whether to enable the context menu, which appears when the right mouse button is clicked. |
|
Specifies a value indicating whether the Windows Media Player control is enabled. |
|
Specifies a value indicating whether video content is played back in full-screen mode. |
|
Specifies a value indicating which controls are shown in the user interface when Windows Media Player is embedded in a Web page. |
Retrieve a pointer to an IWMPPlayer interface by calling the COM CoCreateInstance method.