Remarks
Occurs at the end of the silence detection session. The silence detection session is started through a previous call to the SilencePositionsDetect method.
Syntax
[Visual Basic]
SilencePosDetectionDone (
ByVal nResult as enumErrorCodes
)
|
|
[C++]
void SilencePosDetectionDone (
long nResult
);
|
|
Parameter
|
Description
|
|
|
nResult
|
The result of the silence detection session.
Value
|
Meaning
|
|
|
Negative value
|
An error occurred, check the LastError property value in order to see the error code meaning
|
enumErrorCodes.ERR_NOERROR (0)
|
Silence detection was successful.
|
|
|