I am trying to customize how much does the time jump when the ExoPlayer's exo_progress Time Bar is focused and the D-PAD left and right buttons are pressed to move back/forward in time through the content. By default it jumps 6 minutes which is a bit much.
Is this possible?
Solved it with the TimeBar's setKeyTimeIncrement property.
var timeBar = playerView!!.findViewById(R.id.exo_progress)
timeBar.setKeyTimeIncrement(30000) //desired increment time in milliseconds