Package 

Class DefaultTimeInterpolator

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 type
        time - frame timestamp in microseconds