Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 690 Bytes

SPEED.md

File metadata and controls

22 lines (14 loc) · 690 Bytes

About speed

We add a method at ExoPlayer.java

  /**
   * @param speed the speed factor: speed_of_playback / speed_of_real_clock
   */
  void setPlaybackSpeed(float speed);

just use the SimpleExoPlayer.

Or you can run the demo.

Hope useful to you.

#Thanks BigPeach

K Sun