Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
PlayListCreate method 
 
Remarks 
 
Creates a new playlist associated with the specified player. This method must precede any other playlist related method apart from the PlayListLoad method. 
 
For further details about playlists management see the How to create and manage a playlist tutorial. 
 
 
Overload list 
 
Creates a new playlist using the PLAYLIST_FULL_MODE loading mode.  
[Visual Basic] Overloads Public Function PlayListCreate (Int16) As enumErrorCodes 
[C#] public enumErrorCodes PlayListCreate (Int16); 
[C++] public: enumErrorCodes PlayListCreate (Int16); 
 
Creates a new playlist using the given loading mode. 
[Visual Basic] Overloads Public Function PlayListCreate (Int16, enumPlayListModes) As enumErrorCodes 
[C#] public enumErrorCodes PlayListCreate (Int16, enumPlayListModes); 
[C++] public: enumErrorCodes PlayListCreate (Int16, enumPlayListModes); 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents