IWMPSettings Interface (Windows Embedded CE 6.0)
1/6/2010
The IWMPSettings interface provides methods that get or set the values of Windows Media Player settings.
In addition to the methods inherited from IDispatch, the IWMPSettings interface exposes the following methods.
Method | Description |
---|---|
Retrieves a value indicating whether the current media item begins playing automatically. |
|
Retrieves the current stereo balance. |
|
Retrieves a value indicating whether error dialog boxes are displayed automatically. |
|
Retrieves a value indicating whether a specified action can be performed. |
|
Retrieves a value indicating whether audio is muted. |
|
Retrieves the current playback volume. |
|
Specifies whether the current media item begins playing automatically. |
|
Specifies the current stereo balance. |
|
Specifies whether error dialog boxes are displayed automatically. |
|
Specifies whether audio is muted. |
|
Specifies the current playback volume. |
Retrieve a pointer to an IWMPSettings interface with the following method.
Interface | Method |
---|---|
IWMPCore |
get_settings |