home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / sound / sampled / SourceDataLine.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  333 b   |  10 lines

  1. package javax.sound.sampled;
  2.  
  3. public interface SourceDataLine extends DataLine {
  4.    void open(AudioFormat var1, int var2) throws LineUnavailableException;
  5.  
  6.    void open(AudioFormat var1) throws LineUnavailableException;
  7.  
  8.    int write(byte[] var1, int var2, int var3);
  9. }
  10.