Uses of Class
espresso3d.engine.exceptions.E3DInvalidSoundFormatException

Packages that use E3DInvalidSoundFormatException
espresso3d.engine.fileloaders   
espresso3d.engine.lowlevel.sound   
espresso3d.engine.sound   
 

Uses of E3DInvalidSoundFormatException in espresso3d.engine.fileloaders
 

Methods in espresso3d.engine.fileloaders that throw E3DInvalidSoundFormatException
static void E3DSoundLoader.loadSoundSet(E3DEngine engine, java.lang.String workingDirectory, java.lang.String fullPathSoundSet, java.util.HashMap retSoundSet)
           
static void E3DSoundLoader.loadSoundSetFromJar(E3DEngine engine, java.lang.String soundSetName, java.util.HashMap retSoundSet)
           
static E3DWaveFile E3DSoundLoader.loadSound(java.lang.String fileName, boolean fromJar)
           
static E3DSound E3DSoundLoader.loadSoundIntoAL(E3DEngine engine, java.lang.String soundName, E3DWaveFile waveFile)
           
 

Uses of E3DInvalidSoundFormatException in espresso3d.engine.lowlevel.sound
 

Methods in espresso3d.engine.lowlevel.sound that throw E3DInvalidSoundFormatException
 int E3DWaveFile.getALFormat()
          Returns one of AL10.AL_FORMAT_MONO8, AL10.AL_FORMAT_MONO16, AL10.AL_FORMAT_STEREO8, AL10.AL_FORMAT_STEREO16, or -1
 

Uses of E3DInvalidSoundFormatException in espresso3d.engine.sound
 

Methods in espresso3d.engine.sound that throw E3DInvalidSoundFormatException
 void E3DSoundHandler.loadSoundSet(java.lang.String soundSetFileName, boolean fromJar)
          Loads the soundSet into memory.