Uses of Interface
de.lessvoid.nifty.spi.sound.SoundHandle

Packages that use SoundHandle
de.lessvoid.nifty.nulldevice   
de.lessvoid.nifty.sound   
de.lessvoid.nifty.spi.sound   
 

Uses of SoundHandle in de.lessvoid.nifty.nulldevice
 

Methods in de.lessvoid.nifty.nulldevice that return SoundHandle
 SoundHandle NullSoundDevice.loadMusic(SoundSystem soundSystem, String filename)
           
 SoundHandle NullSoundDevice.loadSound(SoundSystem soundSystem, String filename)
           
 

Uses of SoundHandle in de.lessvoid.nifty.sound
 

Methods in de.lessvoid.nifty.sound that return SoundHandle
 SoundHandle SoundSystem.getMusic(String name)
           
 SoundHandle SoundSystem.getSound(String name)
           
 

Uses of SoundHandle in de.lessvoid.nifty.spi.sound
 

Methods in de.lessvoid.nifty.spi.sound that return SoundHandle
 SoundHandle SoundDevice.loadMusic(SoundSystem soundSystem, String filename)
          Load the Music with the given name.
 SoundHandle SoundDevice.loadSound(SoundSystem soundSystem, String filename)
          Load the Sound with the given name.
 



Copyright © 2011. All Rights Reserved.