media/library
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
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Fix GL error logging 2019-10-13 12:16:50 +01:00
dash Clean up DashManifestParserTest 2019-10-13 12:16:25 +01:00
hls Move HLS mapped track picking into a separate method 2019-10-13 12:08:24 +01:00
smoothstreaming Avoid retrying fatal errors 2019-09-18 15:28:19 -07:00
ui Cleanup: Only clamp seek positions for FFWD/RWND 2019-10-13 12:18:23 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01: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.