Uses of Class
com.leafdigital.audio.api.AudioSetupException

Packages that use AudioSetupException
com.leafdigital.audio.api   
 

Uses of AudioSetupException in com.leafdigital.audio.api
 

Methods in com.leafdigital.audio.api that throw AudioSetupException
 void Audio.play(java.io.File ogg)
          Plays the given audio file, which must be in .ogg format.
 void Audio.play(java.io.InputStream oggStream)
          Plays audio from the given InputStream, which must be in .ogg format.
 void Audio.play(java.lang.String oggName)
          Plays an audio file from the system or user 'sounds' folder, which must be in .ogg format.
 



Copyright © 2011 Samuel Marshall. All rights reserved.