IWMPEvents Interface (Windows Embedded CE 6.0)
1/6/2010
The IWMPEvents interface provides events that originate from the Windows Media Player control. An embedding program can respond to these events. The events exposed by IWMPEvents are also exposed by the _WMPOCXEvents interface.
In addition to the methods inherited from IUnknown, the IWMPEvents interface exposes the following methods.
Method | Description |
---|---|
Occurs when the current audio language changes. |
|
Occurs when the Windows Media Player control begins or ends buffering. |
|
Occurs when the user clicks a mouse button. |
|
Occurs when the currentItem property of the IWMPControls interface changes value. |
|
Occurs when something changes within the current playlist. |
|
Reserved for future use. |
|
Occurs when the user double-clicks a mouse button. |
|
Reserved for future use. |
|
Occurs when the Windows Media Player control has an error condition. |
|
Occurs when a key is pressed. |
|
Occurs when a key is pressed and then released. |
|
Occurs when a key is released. |
|
Occurs when a marker is reached. |
|
Occurs when a mouse button is pressed. |
|
Occurs when the mouse pointer is moved. |
|
Occurs when a mouse button is released. |
|
Reserved for future use. |
|
Occurs when the Windows Media Player control changes state. |
|
Occurs when the play state of the Windows Media Player control changes. |
|
Occurs when the current position of the media has been changed. |
|
Occurs when the status property changes value. |