Copyright © 2008-2019 MultiMedia Soft

SilencePositionsCancelDetect method

Previous pageReturn to chapter overviewNext page

Remarks

 

Cancels detection of silence positions previously started through the SilencePositionsDetect method.

 

 

Syntax

 

[Visual Basic]

control.SilencePositionsCancelDetect (

) as enumErrorCodes


 

[C++]

short control.SilencePositionsCancelDetect (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.