When enabled, the FFT will hold the highest peaks for a few milliseconds This setting is valid for all FFTPStyle values

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public bool FFTHoldMaxPeaks { get; set; }
Visual Basic
Public Property FFTHoldMaxPeaks As Boolean
	Get
	Set
Visual C++
public:
property bool FFTHoldMaxPeaks {
	bool get ();
	void set (bool value);
}

See Also