#include "OSDLAudioCommon.h"
#include "OSDLAudible.h"
#include <string>
Go to the source code of this file.
Classes | |
class | OSDL::Audio::MusicManagerException |
Exceptions raised by MusicManager instances. More... | |
class | OSDL::Audio::MusicPlaybackSetting |
Describes all information needed for the playback of a music. More... | |
class | OSDL::Audio::MusicManager |
A music manager has for role to drive the playback of musics, based on a playlist. More... | |
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
namespace | OSDL::Audio |
Functions | |
OSDL_DLL MusicManager & | OSDL::Audio::getExistingMusicManager () |
This function is intended to be the usual means of getting a reference to the music manager, which must already exist. |