public final class RepresentationKey extends java.lang.Object implements android.os.Parcelable, java.lang.Comparable<RepresentationKey>
Representation in a DashManifest.| Modifier and Type | Field and Description |
|---|---|
int |
adaptationSetIndex |
static android.os.Parcelable.Creator<RepresentationKey> |
CREATOR |
int |
periodIndex |
int |
representationIndex |
| Constructor and Description |
|---|
RepresentationKey(int periodIndex,
int adaptationSetIndex,
int representationIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RepresentationKey o) |
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final int periodIndex
public final int adaptationSetIndex
public final int representationIndex
public static final android.os.Parcelable.Creator<RepresentationKey> CREATOR
public RepresentationKey(int periodIndex,
int adaptationSetIndex,
int representationIndex)
public java.lang.String toString()
toString in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic int compareTo(@NonNull
RepresentationKey o)
compareTo in interface java.lang.Comparable<RepresentationKey>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object