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 object section.

 

 

Syntax

 

[Visual Basic]

WaveAnalyzerSpectralViewDone (

ByVal nResult as enumErrorCodes

)


 

[C++]

void WaveAnalyzerSpectralViewDone (

long 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.