AnalyzeAbort method |
|
Remarks
Aborts an analysis session started through the AnalyzeSoundFromFile or AnalyzeSoundFromFileRaw methods.
Syntax
[Visual Basic] Public Function AnalyzeAbort ( ) as enumWanErrorCodes |
[C#] public enumWanErrorCodes AnalyzeAbort ( ); |
[C++] public: enumWanErrorCodes 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. |