-
- All Implemented Interfaces:
-
com.otaliastudios.transcoder.time.TimeInterpolator
public class DefaultTimeInterpolator implements TimeInterpolator
A TimeInterpolator that does no time interpolation or correction - it just returns the input time.
-
-
Method Summary
Modifier and Type Method Description 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
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
-
-
-
-