public final class RepresentationKey extends java.lang.Object implements java.lang.Comparable<RepresentationKey>
Representation in a DashManifest.| Modifier and Type | Field and Description |
|---|---|
int |
adaptationSetIndex |
int |
periodIndex |
int |
representationIndex |
| Constructor and Description |
|---|
RepresentationKey(int periodIndex,
int adaptationSetIndex,
int representationIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RepresentationKey o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final int periodIndex
public final int adaptationSetIndex
public final int representationIndex
public RepresentationKey(int periodIndex,
int adaptationSetIndex,
int representationIndex)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(@Nullable
java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(@NonNull
RepresentationKey o)
compareTo in interface java.lang.Comparable<RepresentationKey>