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.
Syntax
[Visual Basic]
PlayListLoadPerc (
ByVal nPlayer as Integer,
ByVal nPercentage as Integer
)
|
|
[C++]
void PlayListLoadPerc (
short nPlayer,
short nPercentage
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the player that fired the event
|
nPercentage
|
Number representing the percentage of advancement for the loading session
|
|