/[svn]/jsampler/trunk/src/org/jsampler/AudioDeviceModel.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/AudioDeviceModel.java

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

revision 1356 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1357 by iliev, Sat Sep 22 17:27:06 2007 UTC
# Line 88  public interface AudioDeviceModel { Line 88  public interface AudioDeviceModel {
88          public void setBackendActive(boolean active);          public void setBackendActive(boolean active);
89                    
90          /**          /**
91             * Schedules a new task for altering
92             * a specific setting of the audio output device.
93             * @param prm The parameter to be set.
94             */
95            public void setBackendDeviceParameter(Parameter prm);
96            
97            /**
98           * Schedules a new task for changing the channel number of the audio device.           * Schedules a new task for changing the channel number of the audio device.
99           * @param channels The new number of audio channels.           * @param channels The new number of audio channels.
100           */           */

Legend:
Removed from v.1356  
changed lines
  Added in v.1357

  ViewVC Help
Powered by ViewVC