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