Class SoundDeviceJme

java.lang.Object
com.jme3.niftygui.SoundDeviceJme
All Implemented Interfaces:
de.lessvoid.nifty.spi.sound.SoundDevice

public class SoundDeviceJme extends Object implements de.lessvoid.nifty.spi.sound.SoundDevice
  • Field Details

  • Constructor Details

  • Method Details

    • setResourceLoader

      public void setResourceLoader(de.lessvoid.nifty.tools.resourceloader.NiftyResourceLoader niftyResourceLoader)
      Specified by:
      setResourceLoader in interface de.lessvoid.nifty.spi.sound.SoundDevice
    • loadSound

      public de.lessvoid.nifty.spi.sound.SoundHandle loadSound(de.lessvoid.nifty.sound.SoundSystem soundSystem, String filename)
      Specified by:
      loadSound in interface de.lessvoid.nifty.spi.sound.SoundDevice
    • loadMusic

      public de.lessvoid.nifty.spi.sound.SoundHandle loadMusic(de.lessvoid.nifty.sound.SoundSystem soundSystem, String filename)
      Specified by:
      loadMusic in interface de.lessvoid.nifty.spi.sound.SoundDevice
    • update

      public void update(int delta)
      Specified by:
      update in interface de.lessvoid.nifty.spi.sound.SoundDevice