smoothSeekingEnabled

Controls whether smooth seeking behavior is enabled.

When this property is true, subsequent seek events are sent only after the current seek operation is completed.

For optimal results, it is important to:

  1. Pause the player during seek operations.

  2. Set the player's seek parameters to SeekParameters.CLOSEST_SYNC using ExoPlayer.setSeekParameters.