media/library
tonihei 66aa35f581 Select adaptive audio tracks based on the best track in the group.
Currently, the subset of audio tracks for adaptation is selected
purely based on the size of the subset in the track group, completely
ignoring the previously selected best individual track.

This change ignores all tracks with a different configuration than the
previously selected best track.

PiperOrigin-RevId: 294231806
2020-02-11 17:12:06 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Defer MediaCodec queueing to background thread 2020-02-11 17:11:50 +00:00
core Select adaptive audio tracks based on the best track in the group. 2020-02-11 17:12:06 +00:00
dash Add missing @deprecated tag 2020-02-11 17:06:55 +00:00
extractor Move assets from extractor to testdata module 2020-02-11 17:09:39 +00:00
hls Add some nullness annotations to SampleQueue 2020-02-11 17:07:18 +00:00
smoothstreaming Move asssets from smoothstreaming to testdata module 2020-02-11 17:10:03 +00:00
ui remove deprecated usage of onPlayerStateChanged in ui components 2020-02-11 17:11:11 +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.