Copyright © 2006-2019 MultiMedia Soft

WaveAnalyzerSpectralViewDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a spectral view analysis is completed.

 

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.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event WaveAnalyzerSpectralViewDone As WaveAnalyzerSpectralViewDoneEventHandler


 

[C#]

public event WaveAnalyzerSpectralViewDoneEventHandler WaveAnalyzerSpectralViewDone;


 

[C++]

public: __event WaveAnalyzerSpectralViewDoneEventHandler WaveAnalyzerSpectralViewDone;


 

 

Event Data

 

The event handler receives an argument of type WaveAnalyzerSpectralViewDoneEventArgs having the following parameters:

 

Parameters

Description

 

 

nResult

The result of the spectral analysis.

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

The spectral view analysis completed successfully.