media/extensions/mediasession/src/main
olly 97cfcb57e6 Cleanup: Only clamp seek positions for FFWD/RWND
It's confusing that seekTo(player, windowIndex, positionMs) does
clamping, because it only makes sense if windowIndex is the current
window.

Note: This doesn't actually fix anything (other than code clarity).
In cases where we were passing other windowIndices, we always
passed 0 as the position and so the clamping logic wouldn't have
had any effect.
PiperOrigin-RevId: 272857104
2019-10-13 12:18:23 +01:00
..
java/com/google/android/exoplayer2/ext/mediasession Cleanup: Only clamp seek positions for FFWD/RWND 2019-10-13 12:18:23 +01:00
res Update translations 2018-05-07 05:27:02 +01:00
AndroidManifest.xml Media session extension to connect ExoPlayer with the MediaSession of the 2017-07-17 23:22:41 +01:00