Represents a control within a line.

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

Fields

  NameDescription
Public fieldBinding
Use to bind a Windows Forms Control to a CControlObject to allow for automatic manipulation.
(Inherited from CCoreAudio..::..CControl..::..CControlObject.)

Properties

  NameDescription
Public propertyChannels
Returns the number of channels in the current CControlPeakMeter object. Only supported for Master (from CMixer)
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 propertyPeakLevel
Allows querying the peak value of the audio being streamed through a control
Public propertyPeakLevel[([( Int32])])
Allows querying the peak value on a per channel basis. Only supported for Master (from CMixer)
Public propertyUniformValue
This property is the same as PeakLevel and is only provided for compatibility purposes with the Binding support.

Events

  NameDescription
Public eventControlChanged
Occurs when a control changes its value
(Inherited from CCoreAudio..::..CControl..::..CControlObject.)

See Also