/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1934 by schoenebeck, Sun Jul 12 10:35:55 2009 UTC revision 2135 by schoenebeck, Thu Sep 30 20:00:43 2010 UTC
# Line 43  namespace LinuxSampler { Line 43  namespace LinuxSampler {
43      // just symbol prototyping      // just symbol prototyping
44      class Engine;      class Engine;
45      class AudioOutputDeviceFactory;      class AudioOutputDeviceFactory;
46        class IDGenerator;
47    
48      /** Abstract base class for audio output drivers in LinuxSampler      /** Abstract base class for audio output drivers in LinuxSampler
49       *       *
# Line 274  namespace LinuxSampler { Line 275  namespace LinuxSampler {
275              std::vector<AudioChannel*>                Channels;    ///< All audio channels of the audio output device. This is just a container; the descendant has to create channels by himself.              std::vector<AudioChannel*>                Channels;    ///< All audio channels of the audio output device. This is just a container; the descendant has to create channels by himself.
276              std::map<String,DeviceCreationParameter*> Parameters;  ///< All device parameters.              std::map<String,DeviceCreationParameter*> Parameters;  ///< All device parameters.
277              std::vector<EffectChain*>                 vEffectChains;              std::vector<EffectChain*>                 vEffectChains;
278                IDGenerator*                              EffectChainIDs;
279    
280              AudioOutputDevice(std::map<String,DeviceCreationParameter*> DriverParameters);              AudioOutputDevice(std::map<String,DeviceCreationParameter*> DriverParameters);
281    

Legend:
Removed from v.1934  
changed lines
  Added in v.2135

  ViewVC Help
Powered by ViewVC