Copyright © 2001-2019 MultiMedia Soft

PlayListLoadStart event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the synchronized loading of a playlist starts. 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]

PlayListLoadStart (

ByVal nPlayer as Integer

)


 

[C++]

void PlayListLoadStart (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

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