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

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

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

revision 2199 by iliev, Tue Jun 28 22:44:39 2011 UTC revision 2200 by iliev, Sun Jul 3 22:01:16 2011 UTC
# Line 132  public interface SamplerModel { Line 132  public interface SamplerModel {
132          public AudioDeviceModel getAudioDeviceById(int deviceId);          public AudioDeviceModel getAudioDeviceById(int deviceId);
133                    
134          /**          /**
135             * Gets the index of the audio device with ID <code>deviceId</code>.
136             * @param deviceId The ID of the audio device whose
137             * position in the audio device list should be obtained.
138             * @return The zero-based position of the specified audio device
139             * in the audio device list or <code>-1</code>
140             * if there is no audio device with ID <code>deviceId</code>.
141             */
142            public int getAudioDeviceIndex(int deviceId);
143            
144            /**
145           * Gets the current number of audio devices.           * Gets the current number of audio devices.
146           * @return The current number of audio devices.           * @return The current number of audio devices.
147           */           */

Legend:
Removed from v.2199  
changed lines
  Added in v.2200

  ViewVC Help
Powered by ViewVC