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

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

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

revision 1933 by iliev, Sat May 16 17:04:37 2009 UTC revision 1934 by schoenebeck, Sun Jul 12 10:35:55 2009 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 Andreas Persson                                    *   *   Copyright (C) 2008 - 2009 Andreas Persson                             *
4   *                                                                         *   *                                                                         *
5   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
6   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 86  namespace LinuxSampler { Line 86  namespace LinuxSampler {
86          uint SampleRate();          uint SampleRate();
87          String Driver();          String Driver();
88          AudioChannel* CreateChannel(uint ChannelNr);          AudioChannel* CreateChannel(uint ChannelNr);
89            bool isAutonomousDevice();
90          static String Name();          static String Name();
91          static String Version();          static String Version();
92          static String Description();          static String Description();
93            static bool isAutonomousDriver();
94    
95          /**          /**
96           * This should be called by the plugin implementation to let           * This should be called by the plugin implementation to let

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

  ViewVC Help
Powered by ViewVC