Uses of Class
de.lessvoid.nifty.sound.SoundSystem

Packages that use SoundSystem
de.lessvoid.nifty   
de.lessvoid.nifty.loaderv2.types   
de.lessvoid.nifty.nulldevice   
de.lessvoid.nifty.spi.sound   
 

Uses of SoundSystem in de.lessvoid.nifty
 

Methods in de.lessvoid.nifty that return SoundSystem
 SoundSystem Nifty.getSoundSystem()
          Get the SoundSystem.
 

Uses of SoundSystem in de.lessvoid.nifty.loaderv2.types
 

Methods in de.lessvoid.nifty.loaderv2.types with parameters of type SoundSystem
 void RegisterSoundType.materialize(SoundSystem soundSystem)
           
 void RegisterMusicType.materialize(SoundSystem soundSystem)
           
 

Uses of SoundSystem in de.lessvoid.nifty.nulldevice
 

Methods in de.lessvoid.nifty.nulldevice with parameters of type SoundSystem
 SoundHandle NullSoundDevice.loadMusic(SoundSystem soundSystem, String filename)
           
 SoundHandle NullSoundDevice.loadSound(SoundSystem soundSystem, String filename)
           
 

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

Methods in de.lessvoid.nifty.spi.sound with parameters of type SoundSystem
 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.