protected interface

BinarySearchSeeker.SeekTimestampConverter

 androidx.media3.extractor.BinarySearchSeeker.SeekTimestampConverter

Subclasses:

BinarySearchSeeker.DefaultSeekTimestampConverter

Overview

A converter that converts seek time in stream time into target timestamp for the BinarySearchSeeker.

Summary

Methods
public longtimeUsToTargetTime(long timeUs)

Converts a seek time in microseconds into target timestamp for the BinarySearchSeeker.

Methods

public long timeUsToTargetTime(long timeUs)

Converts a seek time in microseconds into target timestamp for the BinarySearchSeeker.