media/library
tonihei b57c556194 Remove deprecated Timeline.getWindow method.
Removing this method requires custom MediaSource implementations to switch
to the new version. While this breaks the implmentation, it also avoids problems
with accidentely forwarding to the wrong method or with accidental stack
overflows when none of the two methods gets implemented.

It's unlikely any callers are affected because this is only the extended version
with the defaultProjectionPositionUs parameter that no caller except the
internal player will use.

PiperOrigin-RevId: 267323042
2019-09-05 10:48:46 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Remove deprecated Timeline.getWindow method. 2019-09-05 10:48:46 +01:00
dash Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
hls Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
smoothstreaming Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
ui provide content description for shuffle on/off button 2019-09-05 10:48:45 +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.