Type ALSpectrum.TALFrequencyEvent
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.
Package: AudioLabPkg
Unit: ALSpectrum
Contents |
Syntax
Delphi:
type procedure TALFrequencyEvent( Sender : TObject, AChannel : Integer, Frequency : Real, MaxFrequency : Real ) of object;
C++ Builder:
typedef void __fastcall (__closure *TALFrequencyEvent)( TObject * Sender, int AChannel, double Frequency, double MaxFrequency );
Summary
Event type to be fired when a max amplitude frequency is detected.
Description
Defines a callback event type to be fired when a max amplitude frequency is detected.