/[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 1000 by schoenebeck, Sat Jul 1 13:43:04 2006 UTC revision 1001 by schoenebeck, Wed Dec 27 16:17:08 2006 UTC
# 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.1000  
changed lines
  Added in v.1001

  ViewVC Help
Powered by ViewVC