public static class SegmentBase.SegmentTimelineElement
extends java.lang.Object
Constructor and Description |
---|
SegmentTimelineElement(long startTime,
long duration) |
public SegmentTimelineElement(long startTime, long duration)
startTime
- The start time of the element. The value in seconds is the division of this
value and the timescale
of the enclosing element.duration
- The duration of the element. The value in seconds is the division of this
value and the timescale
of the enclosing element.