Skip to content

Commit

Permalink
feat: add 2.5x & 3x speed in pip mode
Browse files Browse the repository at this point in the history
  • Loading branch information
asandikci committed Dec 1, 2024
1 parent f88efdb commit d91f659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public abstract class VideoPlayerUi extends PlayerUi implements SeekBar.OnSeekBa
public static final int SEEK_OVERLAY_DURATION = 450; // 450 millis

// other constants (TODO remove playback speeds and use normal menu for popup, too)
private static final float[] PLAYBACK_SPEEDS = {0.5f, 0.75f, 1.0f, 1.25f, 1.5f, 1.75f, 2.0f};
private static final float[] PLAYBACK_SPEEDS = {0.5f, 0.75f, 1.0f, 1.25f, 1.5f, 1.75f, 2.0f, 2.5f, 3.0f};

private enum PlayButtonAction {
PLAY, PAUSE, REPLAY
Expand Down

0 comments on commit d91f659

Please sign in to comment.