Holger's
Java API

Uses of Class
com.antelmann.sound.SoundException

Packages that use SoundException
com.antelmann.sound This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package. 
 

Uses of SoundException in com.antelmann.sound
 

Methods in com.antelmann.sound that throw SoundException
 String MP3FileProperties.getAlbum()
           
 String MP3FileProperties.getArtist()
           
 String MP3FileProperties.getBand()
           
 String MP3FileProperties.getBPM()
           
 byte[] MP3FileProperties.getCDIdentifier()
           
 String MP3FileProperties.getComposer()
           
 String MP3FileProperties.getConductor()
           
 String MP3FileProperties.getCopyrightText()
           
 String MP3FileProperties.getEncodedBy()
           
 String MP3FileProperties.getFileOwner()
           
 String MP3FileProperties.getGenre()
           
 String MP3FileProperties.getSubtitle()
           
 String MP3FileProperties.getTitle()
           
 int MP3FileProperties.getTrack()
           
 int MP3FileProperties.getYear()
          returns -1 if the year cannot be parsed as a number
 void SoundPlayer.load(File file)
          closes the existing data and then tries to load the given sound object
 void JPlayer.load(File sound)
          allows to preload a sound
protected  void SoundPlayer.load(Object sound)
          handles File and URL objects
protected  void MP3Player.load(Object sound)
           
 void SoundPlayer.load(SampleSounds sound)
           
 void SoundPlayer.load(Sequence sq)
          closes the existing data and then tries to load the given sound object
 void SoundPlayer.load(URL url)
          closes the existing data and then tries to load the given sound object
 void JPlayer.load(URL sound)
          allows to preload a sound
 

Constructors in com.antelmann.sound that throw SoundException
MP3FileProperties(File mp3File)
           
MP3Player()
           
MP3Player(File file)
           
MP3Player(InputStream stream)
           
MP3Player(URL url)
           
SoundPlayer()
          Initializes the SoundPlayer without loading any specific sound.
SoundPlayer(File file)
           
SoundPlayer(InputStream stream)
          accepts both midi and sampled audio streams
SoundPlayer(Sequence sequence)
           
SoundPlayer(URL url)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads