| Package | Description |
|---|---|
| com.badlogic.gdx | |
| com.badlogic.gdx.assets.loaders | |
| com.badlogic.gdx.audio |
| Modifier and Type | Method and Description |
|---|---|
Music |
Audio.newMusic(FileHandle file)
Creates a new
Music instance which is used to play back a music stream from a file. |
| Modifier and Type | Method and Description |
|---|---|
Music |
MusicLoader.loadSync(AssetManager manager,
String fileName,
FileHandle file,
MusicLoader.MusicParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
Music.OnCompletionListener.onCompletion(Music music)
Called when the end of a media source is reached during playback.
|
Copyright © 2021. All rights reserved.