This class is a list of sounds with common playlist features. More...
#include <playlist.h>
Public Member Functions | |
Playlist () | |
Class constructor. | |
~Playlist () | |
Class destructor. | |
void | AddSound (iSound *ToAdd) |
Adds a sound to the playlist. More... | |
Boole | ContainsSound (iSound *TheSound) |
Checks the playlist to see if it contains a sound. More... | |
void | Shuffle () |
Randomly shuffles the content in the Playlist. | |
This class is a list of sounds with common playlist features.
Definition at line 58 of file playlist.h.
void Mezzanine::Audio::Playlist::AddSound | ( | iSound * | ToAdd | ) |
Adds a sound to the playlist.
ToAdd | The sound to be added. |
Definition at line 60 of file playlist.cpp.
Checks the playlist to see if it contains a sound.
TheSound | The sound to check for. |
Definition at line 72 of file playlist.cpp.