media/library
olly 5d4fa335f9 Expose public constructors for FrameworkMediaCrypto
MediaCodecRenderer implementations require DrmSessionManager<FrameworkMediaCrypto>,
but it's currently not possible for an app to provide a custom implementation due
to FrameworkMediaCrypto having a package private constructor. This change exposes
public FrameworkMediaCrypto constructors, hence removing this restriction.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171718853
2017-10-11 12:32:25 +01:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Expose public constructors for FrameworkMediaCrypto 2017-10-11 12:32:25 +01:00
dash Allow overriding of DefaultDashChunkSource.getNextChunk 2017-10-11 12:31:02 +01:00
hls Prevent unnecessary consecutive playlist loads 2017-09-26 19:19:57 +01:00
smoothstreaming Tweak live-streaming track selection logic. 2017-09-26 13:48:23 +01:00
ui Allow ads to be paused/resumed 2017-10-11 12:18:45 +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.