- java.lang.Object
-
- io.lindstrom.mpd.data.RepresentationBase
-
- io.lindstrom.mpd.data.SubRepresentation
-
public class SubRepresentation extends RepresentationBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubRepresentation.Builder
-
Method Summary
Modifier and Type Method Description static SubRepresentation.Builderbuilder()SubRepresentation.BuilderbuildUpon()booleanequals(java.lang.Object o)java.lang.LonggetBandwidth()java.lang.StringgetContentComponent()java.lang.StringgetDependencyLevel()java.lang.LonggetLevel()inthashCode()java.lang.StringtoString()-
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
-
getLevel
public java.lang.Long getLevel()
-
getDependencyLevel
public java.lang.String getDependencyLevel()
-
getBandwidth
public java.lang.Long getBandwidth()
-
getContentComponent
public java.lang.String getContentComponent()
-
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 SubRepresentation.Builder buildUpon()
-
builder
public static SubRepresentation.Builder builder()
-
-