#include "OSDLAudioCommon.h"#include "Ceylan.h"#include <string>

Go to the source code of this file.
Classes | |
| class | OSDL::Audio::AudibleException |
| Mother class for all exceptions raised by Audible instances. More... | |
| class | OSDL::Audio::Audible |
| Mother class of all audible content, including sound and music. More... | |
Namespaces | |
| namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
| namespace | OSDL::Audio |
Typedefs | |
| typedef Ceylan::Sint32 | OSDL::Audio::PlaybackCount |
| Stores the number of times an Audible should be played. | |
Variables | |
| OSDL_DLL const PlaybackCount | OSDL::Audio::Loop = -1 |
| This playback count corresponds to an infinite loop, unlimited repetitions (its value is -1). | |
| OSDL_DLL const Volume | OSDL::Audio::MinVolume = 0 |
| The minimum volume level (zero). | |
| OSDL_DLL const Volume | OSDL::Audio::MaxVolume = 128 |
| The maximum volume level (depends on the platform, 127 or 128). | |
1.6.3