public interface MusicProvider extends PermanentSoundUsed
Modifier and Type | Method and Description |
---|---|
Capabilities |
getCapabilities()
gets the Capabilities of the Player
|
Playlist |
getCurrentPlaylist()
gets the current Playlist
|
Progress |
getCurrentProgress()
gets the Progress
|
PlaybackState |
getPlaybackState()
gets the PlaybackState of the Player
|
Volume |
getVolume()
gets the Volume
|
boolean |
isOutputRunning()
true if using the sound output and false if not
|
boolean |
isPlaying()
true if playing and false if not
|
boolean |
isUsingJava()
true if using java, false if not (and for example a C-library)
|
boolean isOutputRunning()
isOutputRunning
in interface PermanentSoundUsed
boolean isUsingJava()
isUsingJava
in interface PermanentSoundUsed
boolean isPlaying()
Playlist getCurrentPlaylist()
Progress getCurrentProgress()
Capabilities getCapabilities()
PlaybackState getPlaybackState()
Copyright © 2016. All rights reserved.