- java.lang.Object
-
- io.lindstrom.mpd.data.RepresentationBase
-
- io.lindstrom.mpd.data.AdaptationSet
-
public class AdaptationSet extends RepresentationBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdaptationSet.Builder
-
Method Summary
-
Methods inherited from class io.lindstrom.mpd.data.RepresentationBase
getAudioChannelConfigurations, getAudioSamplingRate, getCodecs, getCodingDependency, getContentProtections, getEssentialProperties, getFramePackings, getFrameRate, getHeight, getInbandEventStreams, getMaximumSAPPeriod, getMaxPlayoutRate, getMimeType, getProfiles, getSar, getScanType, getSegmentProfiles, getStartWithSAP, getSupplementalProperties, getWidth
-
-
-
-
Method Detail
-
getAccessibilities
public java.util.List<Descriptor> getAccessibilities()
-
getRoles
public java.util.List<Descriptor> getRoles()
-
getRatings
public java.util.List<Descriptor> getRatings()
-
getViewpoints
public java.util.List<Descriptor> getViewpoints()
-
getContentComponents
public java.util.List<ContentComponent> getContentComponents()
-
getBaseURLs
public java.util.List<BaseURL> getBaseURLs()
-
getSegmentBase
public SegmentBase getSegmentBase()
-
getSegmentList
public SegmentList getSegmentList()
-
getSegmentTemplate
public SegmentTemplate getSegmentTemplate()
-
getLabels
public java.util.List<java.lang.String> getLabels()
-
getRepresentations
public java.util.List<Representation> getRepresentations()
-
getHref
public java.lang.String getHref()
-
getActuate
public ActuateType getActuate()
-
getId
public java.lang.Long getId()
-
getGroup
public java.lang.Long getGroup()
-
getLang
public java.lang.String getLang()
-
getContentType
public java.lang.String getContentType()
-
getPar
public Ratio getPar()
-
getMinBandwidth
public java.lang.Long getMinBandwidth()
-
getMaxBandwidth
public java.lang.Long getMaxBandwidth()
-
getMinWidth
public java.lang.Long getMinWidth()
-
getMaxWidth
public java.lang.Long getMaxWidth()
-
getMinHeight
public java.lang.Long getMinHeight()
-
getMaxHeight
public java.lang.Long getMaxHeight()
-
getMinFrameRate
public FrameRate getMinFrameRate()
-
getMaxFrameRate
public FrameRate getMaxFrameRate()
-
getSegmentAlignment
public java.lang.String getSegmentAlignment()
-
getSubsegmentAlignment
public java.lang.String getSubsegmentAlignment()
-
getSubsegmentStartsWithSAP
public java.lang.Long getSubsegmentStartsWithSAP()
-
getBitstreamSwitching
public java.lang.Boolean getBitstreamSwitching()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classRepresentationBase
-
hashCode
public int hashCode()
- Overrides:
hashCodein classRepresentationBase
-
toString
public java.lang.String toString()
- Overrides:
toStringin classRepresentationBase
-
buildUpon
public AdaptationSet.Builder buildUpon()
-
builder
public static AdaptationSet.Builder builder()
-
-