Copyright © 2013-2017 MultiMedia Soft

AnalyzeAbort method

Previous pageReturn to chapter overviewNext page

Remarks

 

Aborts an analysis session started through the AnalyzeSoundFromFile or AnalyzeSoundFromFileRaw methods.

 

Syntax

 

[Visual Basic]

control.AnalyzeAbort (

) as enumWanErrorCodes


 

[C++]

short control.AnalyzeAbort (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

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

enumWanErrorCodes.ERR_WAN_NOERROR (0)

The method call was successful.