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