Package com.otaliastudios.transcoder.time
See: Description
-
Interface Summary Interface Description TimeInterpolator An interface to redefine the time between video or audio frames. -
Class Summary Class Description SpeedTimeInterpolator A TimeInterpolator that modifies the playback speed by the given float factor. DefaultTimeInterpolator A TimeInterpolator that does no time interpolation or correction - it just returns the input time.