SilencePositionsCancelDetect method |
|
Remarks
Cancels detection of silence positions previously started through the SilencePositionsDetect method..
Syntax
[Visual Basic] Public Function SilencePositionsCancelDetect ( ) as enumErrorCodes |
[C#] public enumErrorCodes SilencePositionsCancelDetect ( ); |
[C++] public: enumErrorCodes SilencePositionsCancelDetect ( ); |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred. Check the LastError property value in order to see the last error. |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful. |