media/library
olly ed5ce2396d SimpleCache: Tweak comments related to blocking
"Write case, lock not available" was a bit confusing. When the
content is not cached and the lock is held, it's neither a read
or a write case. It's a "can't do anything" case. When blocking,
it may subsequently turn into either a read or a write.

PiperOrigin-RevId: 250530722
2019-05-30 15:26:32 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core SimpleCache: Tweak comments related to blocking 2019-05-30 15:26:32 +01:00
dash Add allowOnlyClearBuffers to SampleQueue#read 2019-05-30 15:25:28 +01:00
hls Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers 2019-05-30 15:25:28 +01:00
smoothstreaming Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
ui Fix anchor usage in SubtitlePainter's setupBitmapLayout 2019-05-30 15:25:28 +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.