- java.lang.Object
-
- io.lindstrom.mpd.data.RepresentationBase
-
- Direct Known Subclasses:
AdaptationSet,Representation,SubRepresentation
public abstract class RepresentationBase extends java.lang.Object
-
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<Descriptor>getAudioChannelConfigurations()java.lang.StringgetAudioSamplingRate()java.lang.StringgetCodecs()java.lang.BooleangetCodingDependency()java.util.List<Descriptor>getContentProtections()java.util.List<Descriptor>getEssentialProperties()java.util.List<Descriptor>getFramePackings()FrameRategetFrameRate()java.lang.LonggetHeight()java.util.List<EventStream>getInbandEventStreams()java.lang.DoublegetMaximumSAPPeriod()java.lang.DoublegetMaxPlayoutRate()java.lang.StringgetMimeType()java.lang.StringgetProfiles()RatiogetSar()VideoScanTypegetScanType()java.lang.StringgetSegmentProfiles()java.lang.LonggetStartWithSAP()java.util.List<Descriptor>getSupplementalProperties()java.lang.LonggetWidth()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getFramePackings
public java.util.List<Descriptor> getFramePackings()
-
getAudioChannelConfigurations
public java.util.List<Descriptor> getAudioChannelConfigurations()
-
getContentProtections
public java.util.List<Descriptor> getContentProtections()
-
getEssentialProperties
public java.util.List<Descriptor> getEssentialProperties()
-
getSupplementalProperties
public java.util.List<Descriptor> getSupplementalProperties()
-
getInbandEventStreams
public java.util.List<EventStream> getInbandEventStreams()
-
getProfiles
public java.lang.String getProfiles()
-
getWidth
public java.lang.Long getWidth()
-
getHeight
public java.lang.Long getHeight()
-
getSar
public Ratio getSar()
-
getFrameRate
public FrameRate getFrameRate()
-
getAudioSamplingRate
public java.lang.String getAudioSamplingRate()
-
getMimeType
public java.lang.String getMimeType()
-
getSegmentProfiles
public java.lang.String getSegmentProfiles()
-
getCodecs
public java.lang.String getCodecs()
-
getMaximumSAPPeriod
public java.lang.Double getMaximumSAPPeriod()
-
getStartWithSAP
public java.lang.Long getStartWithSAP()
-
getMaxPlayoutRate
public java.lang.Double getMaxPlayoutRate()
-
getCodingDependency
public java.lang.Boolean getCodingDependency()
-
getScanType
public VideoScanType getScanType()
-
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
-
-