#include "OSDLAudible.h"
#include "OSDLUtils.h"
#include "Ceylan.h"
#include <string>
Go to the source code of this file.
Classes | |
class | OSDL::Audio::SoundException |
Exceptions raised by Sound instances. More... | |
class | OSDL::Audio::Sound |
Sound is punctual audible content, as opposed to music. More... | |
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
namespace | OSDL::Audio |
Typedefs | |
typedef ::Mix_Chunk | OSDL::Audio::LowLevelSound |
Low-level sound being used internally. | |
typedef Ceylan::CountedPointer < Sound > | OSDL::Audio::SoundCountedPtr |
Sound counted pointer. |