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

Properties

  NameDescription
Public propertyChannels
Used to query the number of channels available on the current control
Public propertyMax
Returns the maximum value supported by the control.
Public propertyMin
Returns the minimum value supported by the control.
Public propertyName
Returns a description of the control that this object represents.
(Inherited from CCoreAudio..::..CControl..::..CControlObject.)
Public propertyParent (Inherited from CCoreAudio..::..CControl..::..CControlObject.)
Public propertySteps
Returns the increments in which the Volume of the current control changes.
Public propertyUniformValue
This property is the same as Volume and is only provided for compatibility purposes with the Binding support.
Public propertyVolume
Allows querying and manipulating the volume level of a control
Public propertyVolume[([( Int32])])
Allows querying and manipulating the volume level of a control on a per channel basis

See Also