AudioMixer Class

Enables applications to control the Windows Media Center mute state and volume level. To retrieve this class, use the MediaCenterEnvironment.AudioMixer property.

Syntax

public sealed class AudioMixer : Microsoft.MediaCenter.UI.IPropertyObject

Public Instance Methods

Method Description
VolumeDown Decreases the current volume level.
VolumeUp Increases the current volume level.

Public Instance Properties

Property Description
Mute Gets or sets the current mute state.
Volume Gets the current volume level.

Public Instance Events

Event Description
PropertyChanged Raised when the Mute or Volume properties change.

See Also