CallbackWaveAnalyzerSpectralViewDone delegate |
|
Remarks
Callback delegate invoked when a spectral view analysis is completed: this callback can be set through a call to the CallbackWaveAnalyzerSpectralViewDoneSet method.
For further details about callback delegates see the How to synchronize the container application through callback delegates tutorial.
For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.
For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer class section.
Syntax
[Visual Basic] Public Delegate Sub CallbackWaveAnalyzerSpectralViewDone ( nResult as enumErrorCodes ) |
[C#] public delegate void CallbackWaveAnalyzerSpectralViewDone ( enumErrorCodes nResult ) |
[C++] public delegate void CallbackWaveAnalyzerSpectralViewDone ( enumErrorCodes nResult ) |
Parameter |
Description |
||||||||
|
|
||||||||
nResult |
The result of the spectral analysis.
|