Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Jan 12, 2024
1 parent 7746fed commit a069891
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ interface PillarboxExoPlayer : ExoPlayer {
/**
* Smooth seeking enabled
*
* When [smoothSeekingEnabled] is enabled, next seek event is send only after the current is done.
* When [smoothSeekingEnabled] is true, next seek events is send only after the current is done.
*
* To have the best result it is important to
* 1) Pause the player while seeking
* 1) Pause the player while seeking.
* 2) Set the [ExoPlayer.setSeekParameters] to [SeekParameters.CLOSEST_SYNC].
*/
var smoothSeekingEnabled: Boolean
Expand Down

0 comments on commit a069891

Please sign in to comment.