SeekPoint
Artifact: androidx.media3:media3-extractor
@UnstableApi
public final class SeekPoint
Defines a seek point in a media stream.
Summary
Public fields |
|
|---|---|
final long |
The byte offset of the seek point. |
final long |
The time of the seek point, in microseconds. |
Public constructors |
|---|
SeekPoint(long timeUs, long position) |
Constants
Public fields
Public constructors
SeekPoint
public SeekPoint(long timeUs, long position)
| Parameters | |
|---|---|
long timeUs |
The time of the seek point, in microseconds. |
long position |
The byte offset of the seek point. |