#include <sdlfilemusiclist.h>
Inheritance diagram for SdlFileMusicList:
Public Member Functions | |
DECLSPEC | SdlFileMusicList (const char *fn, const char *name=0) |
Use this class to load .PLS or .M3U filelists and manage them.
SdlFileMusicList::SdlFileMusicList | ( | const char * | fn, | |
const char * | name = 0 | |||
) |
Constructor. Loads a playlist file (format is recognized automatically). If the list could not be loaded, the fail-state will be set.
fn | the filename of the playlist-file to load | |
name | the name of this list-resource |