media/library
ibaker 2bd4d61b9b Use a Multiset for reference counting in MediaSourceEventDispatcher
This avoids duplicate events being dispatched to object foo if
addListener(foo) is called more than once.

Part of issue:#6765

PiperOrigin-RevId: 300529733
2020-03-19 00:46:15 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Use a Multiset for reference counting in MediaSourceEventDispatcher 2020-03-19 00:46:15 +00:00
core Use a Multiset for reference counting in MediaSourceEventDispatcher 2020-03-19 00:46:15 +00:00
dash Merge pull request #7064 from davibe:enhancement/6907 2020-03-11 16:27:47 +00:00
extractor Make DataSource extend DataReader and upcast uses 2020-03-19 00:45:59 +00:00
hls replace extension with mime type 2020-03-11 16:26:23 +00:00
smoothstreaming replace extension with mime type 2020-03-11 16:26:23 +00:00
ui remove deprecated usage of PlaybackParameter 2020-03-19 00:45:18 +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.