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

Diff of /jsampler/trunk/src/org/jsampler/DefaultAudioDeviceModel.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 131  public class DefaultAudioDeviceModel imp Line 131  public class DefaultAudioDeviceModel imp
131          }          }
132                    
133          /**          /**
134             * Schedules a new task for altering
135             * a specific setting of the audio output device.
136             * @param prm The parameter to be set.
137             */
138            public void
139            setBackendDeviceParameter(Parameter prm) {
140                    CC.getTaskQueue().add(new Audio.SetDeviceParameter(getDeviceId(), prm));
141            }
142            
143            /**
144           * 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.
145           * @param channels The new number of audio channels.           * @param channels The new number of audio channels.
146           */           */

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

  ViewVC Help
Powered by ViewVC