public interface TimeInterpolator
| Modifier and Type | Method and Description |
|---|---|
long |
interpolate(TrackType type,
long time)
Given the track type (audio or video) and the frame timestamp in microseconds,
should return the corrected timestamp.
|
long interpolate(@NonNull
TrackType type,
long time)
type - track typetime - frame timestamp in microseconds