Steve Mayhew f2cf82cd15 Removes liveOffsetTarget override on seek to live edge
Any calls that issue a `seekTo()` where the position is `TIME_UNSET` will
now restore the live offset target to the MediaItem set default.

The change simply passes a flag to `updatePlaybackSpeedSettingsForNewPeriod()` that
indicates the call is from a seek operation.  If this flag is set, a `positionForTargetOffsetOverrideUs`
of `TIME_UNSET` unconditionally removes the `setTargetLiveOffsetOverrideUs()`

This fixes issue #11050
2023-03-17 13:28:16 -07:00
..
2022-02-08 11:03:36 +00:00
2022-02-18 15:02:33 +00:00
2023-03-07 12:14:41 +00:00
2023-03-07 12:14:41 +00:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.