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

Go to the source code of this file.
Classes | |
| class | OSDL::Audio::AudioModule |
| Root module for all audio services. More... | |
Namespaces | |
| namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
| namespace | OSDL::Audio |
Functions | |
| std::string | OSDL::Audio::sampleFormatToString (SampleFormat format) |
| Returns a textual description of the specified sample format. | |
| std::string | OSDL::Audio::channelFormatToString (ChannelFormat format) |
| Returns a textual description of the specified channel format. | |
| OSDL_DLL AudioModule & | OSDL::Audio::getExistingAudioModule () |
| This function is intended to be the usual means of getting a reference to the audio module, which must already exist. | |
1.6.3