Package 

Interface TimeInterpolator


  • 
    public interface TimeInterpolator
    
                        

    An interface to redefine the time between video or audio frames.

    • Method Summary

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

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