public class CrossPlatformMusic
Modifier and Type | Class and Description |
---|---|
static class |
CrossPlatformMusic.Companion |
static class |
CrossPlatformMusic.LongSongPlayer |
static class |
CrossPlatformMusic.ShortSongPlayer |
Modifier and Type | Field and Description |
---|---|
static CrossPlatformMusic.Companion |
Companion |
Constructor and Description |
---|
CrossPlatformMusic() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
play() |
void |
setPitch(float pitch) |
void |
stop() |
public static CrossPlatformMusic.Companion Companion