Returns the number of channels in the current CControlPeakMeter object. Only supported for Master (from CMixer)
Namespace: NMixerProNETAssembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)
Syntax
| C# |
|---|
public int Channels { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Channels As Integer Get |
| Visual C++ |
|---|
public: property int Channels { int get (); } |