docs/doc/reference/com/google/android/exoplayer2/extractor/PositionHolder.html
Package com.google.android.exoplayer2.extractor
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classPositionHolderextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
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 a position in the stream.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| long | position |
Deprecated.
The held position. |
Constructors | Constructor | Description |
| --- | --- |
| PositionHolder() |
Deprecated.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public long position
Deprecated.
The held position.
-
public PositionHolder()
Deprecated.