Share via


Windows Media Player 11 SDK About the Settings Object 

Windows Media Player SDK banner art

Previous Next

About the Settings Object

The Settings object governs the settings of the control such as volume, play count, mute, and so on. It is accessed only through the Settings property of the Player object. The Settings property returns the Settings object. You can only access the properties of the Settings object after you have created it. For example, to get the value of the Volume property, you must use the following code:

myvolume = player.settings.volume;

See Also

Previous Next