media/library
krocard 151ea531b1 Make constants more readable with _ separator
Add an `_` in long constants.
Eg: 10000 => 10_000.

I'm proposing this change because I have had multiple
missread due to confusing the number of 0 in a long number.

More specifically, added an underscore to all number matching:
`final.*\ [0-9]{2,}000;`

PiperOrigin-RevId: 313186920
2020-05-27 19:00:36 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Replace TestUtil.joinByteArrays() with Guava's Bytes.concat() 2020-05-21 17:09:22 +01:00
core Make constants more readable with _ separator 2020-05-27 19:00:36 +01:00
dash Make constants more readable with _ separator 2020-05-27 19:00:36 +01:00
extractor Make constants more readable with _ separator 2020-05-27 19:00:36 +01:00
hls Make fallback value more explicitly unset. 2020-05-27 19:00:18 +01:00
smoothstreaming Make constants more readable with _ separator 2020-05-27 19:00:36 +01:00
ui Update TrackSelectionDialogBuilder to use androidx compat Dialog. 2020-05-27 18:59:51 +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.