Allows querying the peak value of the audio being streamed through a control

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

Syntax

C#
public float PeakLevel { get; }
Visual Basic
Public ReadOnly Property PeakLevel As Single
	Get
Visual C++
public:
property float PeakLevel {
	float get ();
}

See Also