Windows Media Player 11 SDK IWMPSettings Interface
Previous | Next |
IWMPSettings Interface
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 |
get_autoStart | Retrieves a value indicating whether the current media item begins playing automatically. |
get_balance | Retrieves the current stereo balance. |
get_baseURL | Retrieves the base URL used for relative path resolution with URL-type script commands embedded in digital media content. |
get_defaultFrame | Retrieves the name of the frame used to display a URL received in a scriptCommand event. |
get_enableErrorDialogs | Retrieves a value indicating whether error dialog boxes are displayed automatically. |
get_invokeURLs | Retrieves a value indicating whether URL events should launch a Web browser. |
get_isAvailable | Retrieves a value indicating whether a specified action can be performed. |
get_mute | Retrieves a value indicating whether audio is muted. |
get_playCount | Retrieves the number of times a media item will play. |
get_rate | Retrieves the current playback rate. |
get_volume | Retrieves the current playback volume. |
getMode | Returns a value indicating whether loop mode or shuffle mode is active. |
put_autoStart | Specifies whether the current media item begins playing automatically. |
put_balance | Specifies the current stereo balance. |
put_baseURL | Specifies the base URL used for relative path resolution with URL script commands embedded in digital media files. |
put_defaultFrame | Specifies the name of the frame used to display a URL received in a scriptCommand event. |
put_enableErrorDialogs | Specifies whether error dialog boxes are displayed automatically. |
put_invokeURLs | Specifies whether URL events should launch a Web browser. |
put_mute | Specifies whether audio is muted. |
put_playCount | Specifies the number of times a media item will play. |
put_rate | Specifies the current playback rate. |
put_volume | Specifies the current playback volume. |
setMode | Sets the loop mode or shuffle mode to active or inactive. |
Retrieve a pointer to an IWMPSettings interface with the following method.
Interface | Method |
IWMPCore | get_settings. |
See Also
Previous | Next |