media/library
tonihei c6195dbbaf Handle recreation of TrackSelectionView instances.
TrackSelectionView requires an initialization with a call to init(...).
That's why we shouldn't let the view retain its view hierarchy automatically
as the views won't be backed by data if restored. Instead add a listener
which lets the containing activity/fragment save and restore the state if
needed.

PiperOrigin-RevId: 234152491
2019-02-18 17:40:48 +00:00
..
all Upgrade gradle plugin and friends 2019-02-18 15:57:55 +00:00
core Fix typo 2019-02-18 17:40:48 +00:00
dash Update Robolectric and Truth. 2019-02-18 15:59:32 +00:00
hls Support encrypted initialization segment 2019-02-18 17:40:48 +00:00
smoothstreaming Update Robolectric and Truth. 2019-02-18 15:59:32 +00:00
ui Handle recreation of TrackSelectionView instances. 2019-02-18 17:40:48 +00: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.