Represents a control within a line.
The CCoreAudio..::..CControl..::..CControlPeakMeter type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| Binding |
Use to bind a Windows Forms Control to a CControlObject to allow for automatic manipulation.
(Inherited from CCoreAudio..::..CControl..::..CControlObject.) |
Properties
| Name | Description | |
|---|---|---|
| Channels |
Returns the number of channels in the current CControlPeakMeter object. Only supported for Master (from CMixer)
| |
| Name |
Returns a description of the control that this object represents.
(Inherited from CCoreAudio..::..CControl..::..CControlObject.) | |
| Parent | (Inherited from CCoreAudio..::..CControl..::..CControlObject.) | |
| PeakLevel |
Allows querying the peak value of the audio being streamed through a control
| |
| PeakLevel[([( Int32])]) |
Allows querying the peak value on a per channel basis. Only supported for Master (from CMixer)
| |
| UniformValue |
Events
| Name | Description | |
|---|---|---|
| ControlChanged |
Occurs when a control changes its value
(Inherited from CCoreAudio..::..CControl..::..CControlObject.) |