Spinning Topp Logo BlackTopp Studios
inc
Public Member Functions | List of all members
Mezzanine::Audio::Playlist Class Reference

This class is a list of sounds with common playlist features. More...

#include <playlist.h>

+ Inheritance diagram for Mezzanine::Audio::Playlist:
+ Collaboration diagram for Mezzanine::Audio::Playlist:

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.
 

Detailed Description

This class is a list of sounds with common playlist features.

Definition at line 58 of file playlist.h.

Member Function Documentation

void Mezzanine::Audio::Playlist::AddSound ( iSound ToAdd)

Adds a sound to the playlist.

Parameters
ToAddThe sound to be added.

Definition at line 60 of file playlist.cpp.

Boole Mezzanine::Audio::Playlist::ContainsSound ( iSound TheSound)

Checks the playlist to see if it contains a sound.

Parameters
TheSoundThe sound to check for.
Returns
Returns true if this playlist contains the provided sound, false otherwise.

Definition at line 72 of file playlist.cpp.


The documentation for this class was generated from the following files: