Defines the MusicPlayer class for playing custom playlists. More...
#include <vector>
#include <string>
#include "Sound/Sound.h"
Classes | |
class | Playlist |
The Playlist class holds a list of songs to play. More... | |
class | Playlist::Song |
The information held for each song in the playlist. More... | |
class | Playlist::Iterator |
A forward and backward (constant) iterator for walking through the list of songs. More... | |
class | MusicPlayer |
The MusicPlayer class. More... | |
Functions | |
bool | LoadPlaylistFromXMLFile (const char *fileName, Playlist &list) |
Loads a play list from an XML file. |
Defines the MusicPlayer class for playing custom playlists.
bool LoadPlaylistFromXMLFile | ( | const char * | fileName, | |
Playlist & | list | |||
) |
Loads a play list from an XML file.
[in] | fileName | the name if the XML file to load. |
[in] | list | the playlist to fill with songs. |