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

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