AudioMixer Object
Provides a way to control the Windows Media Center mute state and volume level from an HTML application. To retrieve this object, use the MediaCenter.AudioMixer property.
Note Hosted HTML has been deprecated. To use the new features of the Windows Media Center SDK, you must develop a Windows Media Center Presentation Layer application. However, if you still want to develop a hosted HTML application or update an existing application, you can download and use the previous version of the Windows Media Center SDK from the Microsoft Download Center.
The AudioMixer object exposes the following property:
Property | Description |
Mute | Gets or sets the mute state. |
Volume | Gets the current volume level. |
The AudioMixer object exposes the following methods:
Method | Description |
VolumeDown | Decreases the current volume level. |
VolumeUp | Increases the current volume level. |
See Also