Allows querying the peak value on a per channel basis. Only supported for Master (from CMixer)

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public float this[
	int channel
] { get; }
Visual Basic
Public ReadOnly Property PeakLevel ( _
	channel As Integer _
) As Single
	Get
Visual C++
public:
property float PeakLevel[int channel] {
	float get (int channel);
}

Parameters

channel
Type: System..::..Int32

See Also