media/library
tonihei 1c03226fb3 Merge AudioFocusManager methods to simplify control flow.
handlePrepare/Stop/SetPlayReady can be merged together as they all
handle changes to the desires state of the player.

Also, simplify parts of the control flow by not mixing code that
determines if audio focus needs to be handled with code that actually
acquires or abandons the focus.

PiperOrigin-RevId: 299824857
2020-03-10 10:21:12 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common DataReader: replace InterruptedException with InterruptedIOException 2020-03-10 10:19:45 +00:00
core Merge AudioFocusManager methods to simplify control flow. 2020-03-10 10:21:12 +00:00
dash Add EventDispatcher to DrmSession(Manager) acquire & release calls 2020-03-10 10:20:01 +00:00
extractor DataReader: replace InterruptedException with InterruptedIOException 2020-03-10 10:19:45 +00:00
hls Add EventDispatcher to DrmSession(Manager) acquire & release calls 2020-03-10 10:20:01 +00:00
smoothstreaming add DefaultMediaSourceFactory and use it in PlayerActivity 2020-03-10 10:19:27 +00:00
ui Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +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.