Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
PlayListLoadStart event 
 
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
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents