| Package | Description |
|---|---|
| com.badlogic.gdx | |
| com.badlogic.gdx.assets.loaders |
| Modifier and Type | Method and Description |
|---|---|
Sound |
Audio.newSound(FileHandle fileHandle)
Creates a new
Sound which is used to play back audio effects such as gun shots or explosions. |
| Modifier and Type | Method and Description |
|---|---|
protected Sound |
SoundLoader.getLoadedSound()
Returns the
Sound instance currently loaded by this
SoundLoader. |
Sound |
SoundLoader.loadSync(AssetManager manager,
java.lang.String fileName,
FileHandle file,
SoundLoader.SoundParameter parameter) |