media/library
ibaker 28697b9b9e Fix DefaultTrackSelector docs on select*Track methods
formatSupport is a 2-dimensional int array but it's documented as
being indexed by 3 things. This seems to be a copy-paste mistake in
e97b8347eb

selectAllTracks() takes a 3-dimensional array with the same
3-indexed documentation, which makes sense there.

Also rename formatSupports -> formatSupport for consistency.

PiperOrigin-RevId: 325779435
2020-08-17 16:06:25 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Opus: Add utility for handling header and initialization data 2020-08-07 19:02:14 +01:00
core Fix DefaultTrackSelector docs on select*Track methods 2020-08-17 16:06:25 +01:00
dash Fix ExoMediaCryptoType attachment 2020-08-07 19:02:42 +01:00
extractor TS EsInfo: Be robust against a invalid descriptor length 2020-08-07 19:04:47 +01:00
hls Fix ExoMediaCryptoType attachment 2020-08-07 19:02:42 +01:00
smoothstreaming Fix ExoMediaCryptoType attachment 2020-08-07 19:02:42 +01:00
ui Remove unnessary resources 2020-08-07 19:01:55 +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.