ExternalSoundAnalysisStop method |
|
Remarks
Stops receiving sound data provided by an external source and starts a sound waveform analysis.
Syntax
[Visual Basic] Public Function ExternalSoundAnalysisStop ( bSuccess as Boolean ) as enumWanErrorCodes |
[C#] public enumWanErrorCodes ExternalSoundAnalysisStop ( bool bSuccess ); |
[C++] public: enumWanErrorCodes ExternalSoundAnalysisStop ( bool 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 last error. |
enumWanErrorCodes.ERR_WAN_NOERROR (0) |
The method call was successful. |