| Interface | Description |
|---|---|
| Downloader |
An interface for stream downloaders.
|
| Downloader.ProgressListener |
Listener notified when download progresses.
|
| Class | Description |
|---|---|
| DownloaderConstructorHelper |
A helper class that holds necessary parameters for
Downloader construction. |
| ProgressiveDownloader |
A downloader for progressive media streams.
|
| SegmentDownloader<M,K> |
Base class for multi segment stream downloaders.
|
| SegmentDownloader.Segment |
Smallest unit of content to be downloaded.
|
| Exception | Description |
|---|---|
| DownloadException |
Thrown on an error during downloading.
|