mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-14 17:56:01 -07:00
Fix notification bitmap and progressbar
This commit is contained in:
parent
b1fca633a6
commit
54bc709317
10 changed files with 247 additions and 228 deletions
|
|
@ -13,6 +13,8 @@ public interface Playback {
|
|||
|
||||
boolean isPlaying();
|
||||
|
||||
boolean isLoading();
|
||||
|
||||
void start();
|
||||
|
||||
void pause();
|
||||
|
|
@ -30,10 +32,10 @@ public interface Playback {
|
|||
int getVolume();
|
||||
|
||||
interface PlaybackCallbacks {
|
||||
void onTrackStarted();
|
||||
void onStateChanged(int state);
|
||||
|
||||
void onTrackWentToNext();
|
||||
void onReadyChanged(boolean ready, int reason);
|
||||
|
||||
void onTrackEnded();
|
||||
void onTrackChanged(int reason);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue