mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 15:33:36 +00:00
Implemented the logic of podcast controllers
This commit is contained in:
@@ -16,6 +16,13 @@ public class Media implements Parcelable {
|
||||
public static final String MEDIA_TYPE_AUDIOBOOK = "audiobook";
|
||||
public static final String MEDIA_TYPE_VIDEO = "video";
|
||||
|
||||
public static final float MEDIA_PLAYBACK_SPEED_080 = 0.8f;
|
||||
public static final float MEDIA_PLAYBACK_SPEED_100 = 1.0f;
|
||||
public static final float MEDIA_PLAYBACK_SPEED_125 = 1.25f;
|
||||
public static final float MEDIA_PLAYBACK_SPEED_150 = 1.50f;
|
||||
public static final float MEDIA_PLAYBACK_SPEED_175 = 1.75f;
|
||||
public static final float MEDIA_PLAYBACK_SPEED_200 = 2.0f;
|
||||
|
||||
public static final String RECENTLY_PLAYED = "RECENTLY_PLAYED";
|
||||
public static final String MOST_PLAYED = "MOST_PLAYED";
|
||||
public static final String RECENTLY_ADDED = "RECENTLY_ADDED";
|
||||
|
||||
Reference in New Issue
Block a user