Copyright © 2008-2019 MultiMedia Soft

TracksPosDetectionDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the session for detection of audible tracks, started through a call to the TracksPositionsDetect method, is completed.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event TracksPosDetectionDone As TracksPosDetectionDoneEventHandler


 

[C#]

public event TracksPosDetectionDoneEventHandler TracksPosDetectionDone;


 

[C++]

public: __event TracksPosDetectionDoneEventHandler TracksPosDetectionDone;


 

 

Event Data

 

The event handler receives an argument of type SoundComposerDoneEventArgs having the following parameters:

 

Parameters

Description

 

 

nResult

The result of the exporting 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.