Class SegmentBase.SegmentTimelineElement
- java.lang.Object
-
- com.google.android.exoplayer2.source.dash.manifest.SegmentBase.SegmentTimelineElement
-
- Enclosing class:
- SegmentBase
public static final class SegmentBase.SegmentTimelineElement extends Object
Represents a timeline segment from the MPD's SegmentTimeline list.
-
-
Constructor Summary
Constructors Constructor Description SegmentTimelineElement(long startTime, long duration)
-
-
-
Constructor Detail
-
SegmentTimelineElement
public SegmentTimelineElement(long startTime, long duration)
- Parameters:
startTime
- The start time of the element. The value in seconds is the division of this value and thetimescale
of the enclosing element.duration
- The duration of the element. The value in seconds is the division of this value and thetimescale
of the enclosing element.
-
-