Event ALSpectrum.TALSpectrum.OnFrequencyResult
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TALSpectrum
Contents |
Syntax
Delphi:
property OnFrequencyResult : TALFrequencyEvent read FOnFrequencyResult write SetOnFrequencyResult;
C++ Builder:
__property TALFrequencyEvent OnFrequencyResult = { read=FOnFrequencyResult, write=SetOnFrequencyResult };
Summary
Occurs when highest amplitude frequency is detected.
Description
This callback event occurs when the highest amplitude
frequency is detected. Effectively it allows implementation
of frequency measurement.