Class SeekPoint
- java.lang.Object
-
- com.google.android.exoplayer2.extractor.SeekPoint
-
@Deprecated public final class SeekPoint extends Object
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.Defines a seek point in a media stream.
-
-
Constructor Summary
Constructors Constructor Description SeekPoint(long timeUs, long position)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
Deprecated.int
hashCode()
Deprecated.String
toString()
Deprecated.
-