TAPIEx.NET Component Documentation

OnFrequencyDetectedArgs Members

OnFrequencyDetectedArgs overview

Public Instance Constructors

OnFrequencyDetectedArgs Constructor Initializes new instance of OnFrequencyDetectedArgs class.

Public Instance Properties

Call reference to TAPICall.
Frequency the main frequency.
secondFreq the second frequency. (if avaiable, otherwise zero)
starttime the start time in ms.
Duration the duration in ms.

Remarks

secondFreq will be -1 if no dual frequencies that are present in phone line. The following rules are always valid:
Frequency<>secondFreq
Frequency<secondFreq
secondFreq-Frequency>10Hz
the amplitude of Frequency or secondFreq > AmplitudeThreshold
Also OnFrequencyDetected only fires if recording or in direct wave/in mode and IWaveAnalysis.Enable=true


See Also

none.