public interface DownloadItem
Modifier and Type | Interface and Description |
---|---|
static interface |
DownloadItem.Track |
static interface |
DownloadItem.TrackSelector |
static class |
DownloadItem.TrackType |
Modifier and Type | Method and Description |
---|---|
long |
getAddedTime() |
java.lang.String |
getContentURL() |
long |
getDownloadedSizeBytes() |
long |
getEstimatedSizeBytes() |
java.lang.String |
getItemId() |
DownloadState |
getState() |
DownloadItem.TrackSelector |
getTrackSelector() |
void |
loadMetadata() |
void |
pauseDownload() |
void |
startDownload() |
java.lang.String getItemId()
java.lang.String getContentURL()
void startDownload()
long getEstimatedSizeBytes()
long getDownloadedSizeBytes()
DownloadState getState()
void loadMetadata()
void pauseDownload()
long getAddedTime()
DownloadItem.TrackSelector getTrackSelector()