Copyright © 2006-2019 MultiMedia Soft

CallbackWaveAnalyzerSpectralViewDone delegate

Previous pageReturn to chapter overviewNext page

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.

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.