ExternalSoundAnalysisStop method |
|
Remarks
Starts the analysis of the given RAW audio file.
A successful call to this method will fire the WaveAnalysisStart event followed by a number of WaveAnalysisPerc events and finally by the WaveAnalysisDone event.
Syntax
[Visual Basic] control.ExternalSoundAnalysisStop ( bSuccess as enumBoolean ) as enumWanErrorCodes |
[C++] short control.ExternalSoundAnalysisStop ( short bSuccess ); |
Parameter |
Description |
||||||
|
|
||||||
bSuccess |
Boolean flag that specifies if this stop can be considered as a successful conclusion of the PCM sound data transfer, meaning that the waveform analysis can be started, or if the stop can be considered as an abort operation. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred, check the LastError property value in order to see the error code meaning |
enumWanErrorCodes.ERR_WAN_NOERROR (0) |
The method call was successful. |