Interface BinarySearchSeeker.SeekTimestampConverter
-
- All Known Implementing Classes:
BinarySearchSeeker.DefaultSeekTimestampConverter
- Enclosing class:
- BinarySearchSeeker
protected static interface BinarySearchSeeker.SeekTimestampConverterA converter that converts seek time in stream time into target timestamp for theBinarySearchSeeker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longtimeUsToTargetTime(long timeUs)Converts a seek time in microseconds into target timestamp for theBinarySearchSeeker.
-
-
-
Method Detail
-
timeUsToTargetTime
long timeUsToTargetTime(long timeUs)
Converts a seek time in microseconds into target timestamp for theBinarySearchSeeker.
-
-