public final class SeekPoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
position
The byte offset of the seek point.
|
static SeekPoint |
START
A
SeekPoint whose time and byte offset are both set to 0. |
long |
timeUs
The time of the seek point, in microseconds.
|
| Constructor and Description |
|---|
SeekPoint(long timeUs,
long position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public final long timeUs
public final long position