Copyright © 2006-2019 MultiMedia Soft

WaveformAnalyzer.AnalyzeAbort method

Previous pageReturn to chapter overviewNext page

Remarks

 

Aborts a running analysis of the recorded sound.

 

For details about generating a waveform bitmap of the recorded sound and 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]

control.WaveformAnalyzer.AnalyzeAbort (

) as enumErrorCodes


 

[C++]

short control.WaveformAnalyzer.AnalyzeAbort (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.