| Modifier and Type | Method and Description |
|---|---|
AudioFile |
Playlist.getCurrentFile()
Get the file currently selected by index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Playlist.addAudioFile(AudioFile audioFile)
Adds an audio file.
|
void |
AudioPlayer.play(AudioFile audioFile,
int duration)
Plays an
AudioFile. |
void |
Playlist.removeAudioFile(AudioFile audioFile)
Removes an audio file.
|