SegmentBase.SegmentTimelineElement


class SegmentBase.SegmentTimelineElement


Represents a timeline segment from the MPD's SegmentTimeline list.

Summary

Public constructors

SegmentTimelineElement(startTime: Long, duration: Long)

Public functions

Boolean
equals(o: Any?)
Int

Public constructors

SegmentTimelineElement

SegmentTimelineElement(startTime: Long, duration: Long)
Parameters
startTime: Long

The start time of the element. The value in seconds is the division of this value and the timescale of the enclosing element.

duration: Long

The duration of the element. The value in seconds is the division of this value and the timescale of the enclosing element.

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int