public static class CrossPlatformMusic.ShortSongPlayer
extends CrossPlatformMusic
CrossPlatformMusic.Companion, CrossPlatformMusic.LongSongPlayer, CrossPlatformMusic.ShortSongPlayer
Companion
Constructor and Description |
---|
ShortSongPlayer(java.lang.String file) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
java.lang.String |
getFile() |
com.badlogic.gdx.audio.Sound |
getMusic() |
java.lang.Long |
getMusicId() |
void |
play() |
void |
setMusicId(java.lang.Long p) |
void |
setPitch(float pitch) |
void |
stop() |
dispose, play, setPitch, stop
public com.badlogic.gdx.audio.Sound getMusic()
public java.lang.Long getMusicId()
public void setMusicId(java.lang.Long p)
public void setPitch(float pitch)
public void play()
public void stop()
public void dispose()
public java.lang.String getFile()