Provides support for the new set of mixer APIs available under Windows Vista and later version of Windows.

The CCoreAudio..::..CControl type exposes the following members.

Methods

  NameDescription
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyControl
Returns a reference to the object that CControl is managing.
Public propertyControlLoudness
Returns a reference to a CControlLoudness object.
Public propertyControlMute
Returns a reference to a CControlMute object.
Public propertyControlPeakMeter
Returns a reference to a CControlPeakMeter object.
Public propertyControlType
Returns the type of control as specified by one of the values from the ControlTypeConstants enumeration.
Public propertyControlTypeName
Returns a string representation of the type of control that CControl is managing.
Public propertyControlVolume
Returns a reference to a CControlVolume object.
Public propertyName
Returns the name of the control.
Public propertyParent
Returns a reference to the parent CLine object
Public propertySubControls
This list encapsulates all the CControlObject objects supported by this control.

See Also