IWMPSettings Interface (Compact 7)

3/12/2014

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

IWMPSettings::get_autoStart

Retrieves a value indicating whether the current media item begins playing automatically.

IWMPSettings::get_balance

Retrieves the current stereo balance.

IWMPSettings::get_enableErrorDialogs

Retrieves a value indicating whether error dialog boxes are displayed automatically.

IWMPSettings::get_isAvailable

Retrieves a value indicating whether a specified action can be performed.

IWMPSettings::get_mute

Retrieves a value indicating whether audio is muted.

IWMPSettings::get_volume

Retrieves the current playback volume.

IWMPSettings::put_autoStart

Specifies whether the current media item begins playing automatically.

IWMPSettings::put_balance

Specifies the current stereo balance.

IWMPSettings::put_enableErrorDialogs

Specifies whether error dialog boxes are displayed automatically.

IWMPSettings::put_mute

Specifies whether audio is muted.

IWMPSettings::put_volume

Specifies the current playback volume.

Retrieve a pointer to an IWMPSettings interface with the following method.

Interface Method

IWMPCore

get_settings

See Also

Reference

Windows Media Player OCX Control 7.0 Supported Interfaces