- java.lang.Object
-
- io.lindstrom.mpd.data.SegmentBase
-
public class SegmentBase extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSegmentBase.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedSegmentBase()protectedSegmentBase(URLType initialization, URLType representationIndex, java.lang.Long timescale, java.lang.Long presentationTimeOffset, java.lang.String indexRange, java.lang.Boolean indexRangeExact, java.lang.Double availabilityTimeOffset, java.lang.Boolean availabilityTimeComplete)
-
Method Summary
Modifier and Type Method Description static SegmentBase.Builderbuilder()SegmentBase.BuilderbuildUpon()booleanequals(java.lang.Object o)java.lang.BooleangetAvailabilityTimeComplete()java.lang.DoublegetAvailabilityTimeOffset()java.lang.StringgetIndexRange()java.lang.BooleangetIndexRangeExact()URLTypegetInitialization()java.lang.LonggetPresentationTimeOffset()URLTypegetRepresentationIndex()java.lang.LonggetTimescale()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SegmentBase
protected SegmentBase(URLType initialization, URLType representationIndex, java.lang.Long timescale, java.lang.Long presentationTimeOffset, java.lang.String indexRange, java.lang.Boolean indexRangeExact, java.lang.Double availabilityTimeOffset, java.lang.Boolean availabilityTimeComplete)
-
SegmentBase
protected SegmentBase()
-
-
Method Detail
-
getInitialization
public URLType getInitialization()
-
getRepresentationIndex
public URLType getRepresentationIndex()
-
getTimescale
public java.lang.Long getTimescale()
-
getPresentationTimeOffset
public java.lang.Long getPresentationTimeOffset()
-
getIndexRange
public java.lang.String getIndexRange()
-
getIndexRangeExact
public java.lang.Boolean getIndexRangeExact()
-
getAvailabilityTimeOffset
public java.lang.Double getAvailabilityTimeOffset()
-
getAvailabilityTimeComplete
public java.lang.Boolean getAvailabilityTimeComplete()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
buildUpon
public SegmentBase.Builder buildUpon()
-
builder
public static SegmentBase.Builder builder()
-
-