Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
PlayListCreateSpeed method 
 
Remarks 
 
Creates a new playlist associated to the given player using the PLAYLIST_SPEED_MODE loading mode; this setting will allow a faster loading time for each new item added to the playlist and is strongly suggested when adding items coming from a network resource instead of the local hard disk. 
 
For further details about playlists management see the How to create and manage a playlist tutorial. 
 
 
Syntax 
 
[Visual Basic] 
control.PlayListCreateSpeed
nPlayer as Integer 
 
[C++] 
short control.PlayListCreateSpeed
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that will own the new playlist
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
enumErrorCodes.NOERROR (0)
The call was successful.
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents