-
public interface TimeInterpolatorAn interface to redefine the time between video or audio frames.
-
-
Method Summary
Modifier and Type Method Description abstract longinterpolate(@NonNull() TrackType type, long time)Given the track type (audio or video) and the frame timestamp in microseconds,should return the corrected timestamp. -
-
Method Detail
-
interpolate
abstract long interpolate(@NonNull() TrackType type, long time)
Given the track type (audio or video) and the frame timestamp in microseconds,should return the corrected timestamp.
- Parameters:
type- track typetime- frame timestamp in microseconds
-
-
-
-