When enabled and when the Style property is set to FFT, the control will raise a DTMFToneDown event when a DTMF tone is detected

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

Syntax

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

See Also