docs/doc/reference/com/google/android/exoplayer2/extractor/BinarySearchSeeker.DefaultSeekTimestampConverter.html
Package com.google.android.exoplayer2.extractor
All Implemented Interfaces:BinarySearchSeeker.SeekTimestampConverterEnclosing class:BinarySearchSeeker
public static final classBinarySearchSeeker.DefaultSeekTimestampConverterextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[BinarySearchSeeker.SeekTimestampConverter](BinarySearchSeeker.SeekTimestampConverter.html "interface in com.google.android.exoplayer2.extractor")
A BinarySearchSeeker.SeekTimestampConverter implementation that returns the seek time itself as the timestamp for a seek time position.
Constructors | Constructor | Description |
| --- | --- |
| DefaultSeekTimestampConverter() | |
All Methods Instance Methods Concrete Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| long | timeUsToTargetTime(long timeUs) |
Converts a seek time in microseconds into target timestamp for the BinarySearchSeeker.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public DefaultSeekTimestampConverter()
-
public long timeUsToTargetTime(long timeUs)
Description copied from interface: BinarySearchSeeker.SeekTimestampConverter
Converts a seek time in microseconds into target timestamp for the BinarySearchSeeker.
Specified by:timeUsToTargetTime in interface BinarySearchSeeker.SeekTimestampConverter