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:
Pause the player during seek operations.
Set the player's seek parameters to SeekParameters.CLOSEST_SYNC using ExoPlayer.setSeekParameters.