docs/doc/reference/com/google/android/exoplayer2/container/CreationTime.html
Package com.google.android.exoplayer2.container
All Implemented Interfaces:Parcelable, Metadata.Entry
public final classCreationTimeextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[Metadata.Entry](../metadata/Metadata.Entry.html "interface in com.google.android.exoplayer2.metadata")
Stores creation time.
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static Parcelable.Creator<CreationTime> | CREATOR | |
| long | timestampMs | |
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructors | Constructor | Description |
| --- | --- |
| CreationTime(long timestampMs) |
Creates an instance.
|
All Methods Instance Methods Concrete Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| int | describeContents() | |
| boolean | equals(Object obj) | |
| int | hashCode() | |
| String | toString() | |
| void | writeToParcel(Parcel dest, int flags) | |
-
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
-
public final long timestampMs
-
public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[CreationTime](CreationTime.html "class in com.google.android.exoplayer2.container")> CREATOR
-
public CreationTime(long timestampMs)
Creates an instance.
Parameters:timestampMs - The creation time UTC in milliseconds since the Unix epoch.
-
public boolean equals(@Nullable[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")obj)
Overrides:equals in class Object
-
public int hashCode()
Overrides:hashCode in class Object
-
public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()
Overrides:toString in class Object
-
public int describeContents()
Specified by:describeContents in interface Parcelable
-
public void writeToParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest,
int flags)
Specified by:writeToParcel in interface Parcelable