Class SegmentDownloader.Segment
- java.lang.Object
-
- com.google.android.exoplayer2.offline.SegmentDownloader.Segment
-
- All Implemented Interfaces:
Comparable<SegmentDownloader.Segment>
- Enclosing class:
- SegmentDownloader<M extends FilterableManifest<M>>
protected static class SegmentDownloader.Segment extends Object implements Comparable<SegmentDownloader.Segment>
Smallest unit of content to be downloaded.
-
-
Field Summary
Fields Modifier and Type Field Description DataSpec
dataSpec
TheDataSpec
of the segment.long
startTimeUs
The start time of the segment in microseconds.
-
-
-
Constructor Detail
-
Segment
public Segment(long startTimeUs, DataSpec dataSpec)
Constructs a Segment.
-
-
Method Detail
-
compareTo
public int compareTo(SegmentDownloader.Segment other)
- Specified by:
compareTo
in interfaceComparable<SegmentDownloader.Segment>
-
-