media/library
tonihei 98f8862d1c Remove threading requirement from listener registration methods.
These methods operate on a thread-safe collection and are thus
inherently thread-safe. This simplifies some player setup configurations
where initial listeners are added on a background thread (e.g. when
using a dependency injection framework).

PiperOrigin-RevId: 310113181
2020-05-06 20:56:46 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Map R-prerelease to SDK_INT=30 2020-05-01 19:50:56 +01:00
core Remove threading requirement from listener registration methods. 2020-05-06 20:56:46 +01:00
dash Pass LoadErrorInfo to LoadErrorHandlingPolcy 2020-05-05 18:37:57 +01:00
extractor Fix TrackOutput documentation for encryption data format 2020-05-05 18:38:05 +01:00
hls Merge pull request #7328 from TiVo:include-roleflags-in-final-format 2020-05-05 18:39:38 +01:00
smoothstreaming Pass LoadErrorInfo to LoadErrorHandlingPolcy 2020-05-05 18:37:57 +01:00
ui Remove auto-notification of current cues when adding listener. 2020-05-06 20:56:37 +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.