Serialized Form
- 
Package com.castlabs.sdk.downloader- 
Class com.castlabs.sdk.downloader.Downloadclass Download extends Object implements Serializable- 
Serialized Fields- 
audioTrackDownloadscom.castlabs.sdk.downloader.TrackDownload[] audioTrackDownloads The audio track downloads for this download
- 
audioTracksAudioTrack[] audioTracks All available audio tracks
- 
bytesDownloadedlong bytesDownloaded Downloaded bytes
- 
chunkscom.castlabs.sdk.downloader.DownloadChunk[] chunks All available chunks
- 
contentTypeint contentType The content type of the download.
- 
drmConfigurationDrmConfiguration drmConfiguration Content DRM configuration
- 
headersBundleBundle headersBundle Headers for the download
- 
idString id Unique identifier for this download
- 
lastChunkIndexint lastChunkIndex Hellper to generate chunk indices
- 
localBaseFolderFile localBaseFolder The local base folder for this download
- 
localManifestUrlString localManifestUrl Url to the local manifest
- 
mergeVideoTracksboolean mergeVideoTracks The flag to merge video tracks
- 
queryParamsBundleBundle queryParamsBundle Query parameters for the downloadThis is used to pass additional parameters to the download, e.g. for authentication. 
- 
remoteUrlString remoteUrl The remote URL to the Manifest or remote location
- 
selectedAudioTracksint[] selectedAudioTracks Stores the track indices for all selected audio tracks
- 
selectedSubtitleTracksint[] selectedSubtitleTracks Stores the track indices for all selected subtitle tracks
- 
selectedTrickPlayTrackQualityint selectedTrickPlayTrackQuality The selected trick-play track quality to download
- 
selectedVideoTrackQualityint selectedVideoTrackQuality The selected video track quality to download
- 
stateint state The current download state
- 
subtitleTrackDownloadscom.castlabs.sdk.downloader.TrackDownload[] subtitleTrackDownloads The text track downloads for this download
- 
subtitleTracksSubtitleTrack[] subtitleTracks All available subtitle tracks
- 
totalSizeCachelong totalSizeCache Cache the total size here for performance reasons
- 
trickPlayTrackDownloadscom.castlabs.sdk.downloader.TrackDownload[] trickPlayTrackDownloads The trick-play track downloads for this download
- 
trickPlayTrackQualitiesVideoTrackQuality[] trickPlayTrackQualities Add available trick-play track qualities
- 
videoTrackDownloadscom.castlabs.sdk.downloader.TrackDownload[] videoTrackDownloads The video track downloads for this download
- 
videoTrackQualitiesVideoTrackQuality[] videoTrackQualities All available video qualities
 
- 
 
- 
 
-