Remarks
Occurs when the session for detection of audible tracks, started through a call to the TracksPositionsDetect method, is completed.
Syntax
[Visual Basic]
TracksPosDetectionDone (
ByVal nResult as enumErrorCodes
)
|
|
[C++]
void TracksPosDetectionDone (
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)
|
Audible tracks detection was successful.
|
|
|