docs/doc/reference/com/google/android/exoplayer2/metadata/mp4/SlowMotionData.html
Package com.google.android.exoplayer2.metadata.mp4
All Implemented Interfaces:Parcelable, Metadata.Entry
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classSlowMotionDataextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[Metadata.Entry](../Metadata.Entry.html "interface in com.google.android.exoplayer2.metadata")
Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
Holds information about the segments of slow motion playback within a track.
Nested Classes | Modifier and Type | Class | Description |
| --- | --- | --- |
| static class | SlowMotionData.Segment |
Deprecated.
Holds information about a single segment of slow motion playback within a track. |
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static Parcelable.Creator<SlowMotionData> | CREATOR |
Deprecated.
|
| List<SlowMotionData.Segment> | segments |
Deprecated.
|
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructors | Constructor | Description |
| --- | --- |
| SlowMotionData(List<SlowMotionData.Segment> segments) |
Deprecated.
Creates an instance with a list of SlowMotionData.Segments.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| int | describeContents() |
Deprecated.
|
| boolean | equals(Object o) |
Deprecated.
|
| int | hashCode() |
Deprecated.
|
| String | toString() |
Deprecated.
|
| void | writeToParcel(Parcel dest, int flags) |
Deprecated.
|
-
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
-
public final[List](https://developer.android.com/reference/java/util/List.html "class or interface in java.util")<[SlowMotionData.Segment](SlowMotionData.Segment.html "class in com.google.android.exoplayer2.metadata.mp4")> segments
Deprecated.
-
public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[SlowMotionData](SlowMotionData.html "class in com.google.android.exoplayer2.metadata.mp4")> CREATOR
Deprecated.
-
public SlowMotionData([List](https://developer.android.com/reference/java/util/List.html "class or interface in java.util")<[SlowMotionData.Segment](SlowMotionData.Segment.html "class in com.google.android.exoplayer2.metadata.mp4")> segments)
Deprecated.
Creates an instance with a list of SlowMotionData.Segments.
The segments must not overlap, that is that the start time of a segment can not be between the start and end time of another segment.
-
public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()
Deprecated.
Overrides:toString in class Object
-
public boolean equals(@Nullable[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")o)
Deprecated.
Overrides:equals in class Object
-
public int hashCode()
Deprecated.
Overrides:hashCode in class Object
-
public int describeContents()
Deprecated.
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)
Deprecated.
Specified by:writeToParcel in interface Parcelable