media/library
ibaker 0ba91811d1 Break the inheritance of FullSegmentEncryptionKeyCache
Use composition instead.

This makes the null-handling more explicit & complete (previous implementation
tried to prevent null values, but didn't override all mutation methods
e.g. replace(), putIfAbsent() etc.)

PiperOrigin-RevId: 274778513
2019-10-15 23:07:53 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Enable setOutputSurfaceWorkaround for some devices 2019-10-15 23:07:30 +01:00
dash Handle legacy DASH audio channel configuration 2019-10-13 12:41:24 +01:00
hls Break the inheritance of FullSegmentEncryptionKeyCache 2019-10-15 23:07:53 +01:00
smoothstreaming Add SequencableLoader.isLoading 2019-10-02 21:30:07 +01:00
ui Add MediaFormat on video frame metadata listener 2019-10-13 12:41:47 +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.