Copyright © 2008-2019 MultiMedia Soft

TracksPosDetectionPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs during an audible tracks detection session in order to inform about the advancement percentage. The audible tracks detection session is started through a previous call to the TracksPositionsDetect method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event TracksPosDetectionPerc As TracksPosDetectionPercEventHandler


 

[C#]

public event TracksPosDetectionPercEventHandler TracksPosDetectionPerc;


 

[C++]

public: __event TracksPosDetectionPercEventHandler TracksPosDetectionPerc;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPercentage

Number representing the percentage of advancement for the current audible tracks detection session