IWMPControls Interface (Windows Embedded CE 6.0)
1/6/2010
The IWMPControls interface provides a way to manipulate the playback of a media item.
In addition to the methods inherited from IDispatch, the IWMPControls interface exposes the following methods.
Method | Description |
---|---|
Starts fast play of the media item in the forward direction. |
|
Starts fast play of the media item in the reverse direction. |
|
Retrieves the current media item in a playlist. |
|
Retrieves the current position in the media item in seconds from the beginning. |
|
Retrieves the current position in the media item as a string. |
|
Retrieves a value indicating whether a specified type of information is available or a given action can be performed. |
|
Sets the current item to the next item in the playlist. |
|
Pauses playback of the media item. |
|
Begins playback of the media item. |
|
Begins playback of the current media item, or resumes playback of a paused item. |
|
Sets the current item to the previous item in the playlist. |
|
Specifies the current media item. |
|
Specifies the current position in the media item in seconds from the beginning. |
|
Stops playback of the media item. |
Retrieve a pointer to an IWMPControls interface with the following method.
Interface | Method |
---|---|
IWMPCore |
get_controls |