Package | Description |
---|---|
de.lessvoid.nifty | |
de.lessvoid.nifty.loaderv2.types | |
de.lessvoid.nifty.nulldevice | |
de.lessvoid.nifty.spi.sound |
Modifier and Type | Method and Description |
---|---|
SoundSystem |
Nifty.getSoundSystem()
Get the SoundSystem.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterSoundType.materialize(SoundSystem soundSystem) |
void |
RegisterMusicType.materialize(SoundSystem soundSystem) |
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 |
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.