| Package | Description |
|---|---|
| com.badlogic.gdx.backends.lwjgl3.audio |
| Modifier and Type | Class and Description |
|---|---|
static class |
Mp3.Sound |
static class |
Ogg.Sound |
static class |
Wav.Sound |
| Modifier and Type | Method and Description |
|---|---|
OpenALSound |
OpenALLwjgl3Audio.newSound(FileHandle file) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenALLwjgl3Audio.forget(OpenALSound sound)
Removes the disposed sound from the least recently played list
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenALLwjgl3Audio.registerSound(String extension,
Class<? extends OpenALSound> soundClass) |
Copyright © 2021. All rights reserved.