MusicPlayer.h File Reference

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.

Detailed Description

Defines the MusicPlayer class for playing custom playlists.

Author:
Joe Forte
Date:
6/14/2009

Function Documentation

bool LoadPlaylistFromXMLFile ( const char *  fileName,
Playlist list 
)

Loads a play list from an XML file.

Parameters:
[in] fileName the name if the XML file to load.
[in] list the playlist to fill with songs.
Returns:
true if the XML file was loaded, false otherwise.
Generated on Mon Apr 5 19:08:05 2010 for BrickOut |ReDuX| by  doxygen 1.6.3