/[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 880 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC revision 1001 by schoenebeck, Wed Dec 27 16:17:08 2006 UTC
# Line 33  Line 33 
33  #include "../../common/Exception.h"  #include "../../common/Exception.h"
34  #include "../Device.h"  #include "../Device.h"
35  #include "../DeviceParameter.h"  #include "../DeviceParameter.h"
36  #include "../../engines/common/Engine.h"  #include "../../engines/Engine.h"
37  #include "AudioChannel.h"  #include "AudioChannel.h"
38  #include "../../common/SynchronizedConfig.h"  #include "../../common/SynchronizedConfig.h"
39    
# Line 230  namespace LinuxSampler { Line 230  namespace LinuxSampler {
230              void AcquireChannels(uint Channels);              void AcquireChannels(uint Channels);
231    
232              /**              /**
233                 * Returns the amount of audio channels (including the so called
234                 * "mix channels") the device is currently providing.
235                 */
236                uint ChannelCount();
237    
238                /**
239               * Returns all device parameter settings.               * Returns all device parameter settings.
240               */               */
241              std::map<String,DeviceCreationParameter*> DeviceParameters();              std::map<String,DeviceCreationParameter*> DeviceParameters();

Legend:
Removed from v.880  
changed lines
  Added in v.1001

  ViewVC Help
Powered by ViewVC