Uses of Interface
com.badlogic.gdx.audio.Music
-
Packages that use Music Package Description com.badlogic.gdx com.badlogic.gdx.assets.loaders com.badlogic.gdx.audio -
-
Uses of Music in com.badlogic.gdx
Methods in com.badlogic.gdx that return Music Modifier and Type Method Description MusicAudio. newMusic(FileHandle file)Creates a newMusicinstance which is used to play back a music stream from a file. -
Uses of Music in com.badlogic.gdx.assets.loaders
Methods in com.badlogic.gdx.assets.loaders that return Music Modifier and Type Method Description protected MusicMusicLoader. getLoadedMusic()Returns theMusicinstance currently loaded by thisMusicLoader.MusicMusicLoader. loadSync(AssetManager manager, java.lang.String fileName, FileHandle file, MusicLoader.MusicParameter parameter) -
Uses of Music in com.badlogic.gdx.audio
Methods in com.badlogic.gdx.audio with parameters of type Music Modifier and Type Method Description voidMusic.OnCompletionListener. onCompletion(Music music)Called when the end of a media source is reached during playback.
-