linuxsampler 1.0.0

AudioOutputDevice.h File Reference

#include <set>
#include <map>
#include <vector>
#include <stdexcept>
#include "../../common/global.h"
#include "../../common/Exception.h"
#include "../Device.h"
#include "../DeviceParameter.h"
#include "../../engines/Engine.h"
#include "AudioChannel.h"
#include "../../common/SynchronizedConfig.h"
#include "../../effects/EffectChain.h"

Go to the source code of this file.

Classes

class  LinuxSampler::AudioOutputDevice
 Abstract base class for audio output drivers in LinuxSampler. More...
class  LinuxSampler::AudioOutputDevice::ParameterActive
 Device Parameter 'ACTIVE'. More...
class  LinuxSampler::AudioOutputDevice::ParameterSampleRate
 Device Parameter 'SAMPLERATE'. More...
class  LinuxSampler::AudioOutputDevice::ParameterChannels
 Device Parameters 'CHANNELS'. More...
class  LinuxSampler::AudioOutputException
 Audio output exception that should be thrown by the AudioOutputDevice descendants in case initialization of the audio output system failed (which should be done in the constructor of the AudioOutputDevice descendant). More...

Namespaces

namespace  LinuxSampler