Om  1.0.0
A universal framework for multimedia simulation
Namespaces | Macros
omSoundPluginsConfig.h File Reference
#include "../omSoundConfig.h"
#include "../omSoundBase.h"
#include "../filters/omSoundFilter.h"

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::sound
 A namespace that handles sound input, output, and processing.
 
 om::sound::plugins
 A namespace containing classes that manage different types of audio processing plugins (filters, AU, VST, etc).
 

Macros

#define OM_SOUND_PLUGINS_NAMESPACE_START   namespace om { namespace sound { namespace plugins {
 
#define OM_SOUND_PLUGINS_NAMESPACE_END   }; }; };
 

Macro Definition Documentation

#define OM_SOUND_PLUGINS_NAMESPACE_START   namespace om { namespace sound { namespace plugins {
#define OM_SOUND_PLUGINS_NAMESPACE_END   }; }; };