Copyright © 2005-2019 MultiMedia Soft

PlayListLoadPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs during the synchronized loading of a playlist. A synchronized loading is started through a call to the PlayListLoadSync method.

 

For further details about playlists management see the How to create and manage a playlist tutorial.

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

 

 

Syntax

 

[Visual Basic]

Public Event PlayListLoadPerc As PlayListLoadPercEventHandler


 

[C#]

public event PlayListLoadPercEventHandler PlayListLoadPerc;


 

[C++]

public: __event PlayListLoadPercEventHandler PlayListLoadPerc;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that fired the event

nPercentage

Number representing the percentage of advancement for the current loading session