Event SLNoiseStats.TSLNoiseStats.OnStatsAvailable
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: TSLNoiseStats
Contents |
Syntax
Delphi:
property OnStatsAvailable : TSLNoiseStatsNotifyEvent read FOnStatsAvailable write SetStatsAvailable;
C++ Builder:
__property TSLNoiseStatsNotifyEvent OnStatsAvailable = { read=FOnStatsAvailable, write=SetStatsAvailable };
Summary
Occurs after all TSLNoiseStats calculations are performed.
Description
After all TSLNoiseStats calculations are performed, this
event is generated to supply the results to clients. Results
are encapsulated in a TSLNoiseStatResults object.
(TSLNoiseStatResults descends from TSLHarmonicBinResults;
hence, fundamental and harmonic bin locations are included in
the results as well.)