Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
PlayListExecNext method 
 
Remarks 
 
Executes the next song inside the playlist. The playlist execution must be already started through the PlayListExecute or through the PlayListExecAt
 
If the latest played song was the last one inside the playlist, this call will execute the first song. 
 
For further details about playlists management see the How to create and manage a playlist tutorial. 
 
 
Syntax 
 
[Visual Basic] 
control.PlayListExecNext
nPlayer as Integer 
 
[C++] 
short control.PlayListExecNext
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that owns the playlist
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
enumErrorCodes.ERR_NOERROR (0)
The call was successful.
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents