Package | Description |
---|---|
de.lessvoid.nifty.nulldevice | |
de.lessvoid.nifty.sound | |
de.lessvoid.nifty.spi.sound |
Modifier and Type | Method and Description |
---|---|
SoundHandle |
NullSoundDevice.loadMusic(SoundSystem soundSystem,
String filename) |
SoundHandle |
NullSoundDevice.loadSound(SoundSystem soundSystem,
String filename) |
Modifier and Type | Method and Description |
---|---|
SoundHandle |
SoundSystem.getMusic(String name) |
SoundHandle |
SoundSystem.getSound(String name) |
Modifier and Type | Method and Description |
---|---|
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 © 2013. All Rights Reserved.