Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
CuePointsLoaded event 
 
Remarks 
 
Occurs when a file containing cue points have been loaded into the player.  
 
 
Syntax 
 
[Visual Basic] 
CuePointsLoaded
ByVal nPlayer as Integer 
)
 
[C++] 
void CuePointsLoaded
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents