OnWaveAnalyzerSpectralViewDone event |
|
Remarks
Occurs when a spectral view analysis is completed.
This event replaces the usage of the CallbackWaveAnalyzerSpectralViewDone delegate and is only intended for usage with applications developed using Visual Basic 6 (which results unreliable when dealing with delegates and callbacks) and, in order to be enabled, requires a call to the COMEventEnable method with the nEventType parameter set to EVENT_TYPE_REC_WAVE_SPECTRAL_DONE.
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 6] Private Sub EditorApi_OnWaveAnalyzerSpectralViewDone ( _ nResult as enumErrorCodes )
where "EditorApi" is declared in Visual Basic 6 code as:
Dim WithEvents EditorApi As AudioSoundEditorApi.AudioSoundEditorApiObj |
Event Data
Parameter |
Description |
||||||||
|
|
||||||||
nResult |
The result of the spectral analysis.
|