media/library
olly c20b157bd7 Wire up experiment to use AdaptiveTrackSelection based selections
LegacyVideoTrackSelection is the previous implementation (unchanged).
VideoTrackSelection is rewritten to extend AdaptiveTrackSelection.

An experiment is added to allow use of the new VideoTrackSelection
implementation. It's envisaged that this transition will be more or
less a no-op change. The experiment flag is only in case of bugs
during roll-out, and will be removed with LegacyVideoTrackSelection
upon successful transition.

VideoTrackSelection also implements discard-on-trick-play-exit, which
was a TODO in the previous implementation.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=221153827
2018-11-14 18:04:52 +00:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Wire up experiment to use AdaptiveTrackSelection based selections 2018-11-14 18:04:52 +00:00
dash Fix package visibility comments 2018-11-07 17:57:42 +00:00
hls Add support for .cmf* extension in DefaultHlsExtractorFactory 2018-11-02 16:02:02 +00:00
smoothstreaming Fix documentation confusion in MediaChunkIterator subclasses 2018-10-18 23:39:51 +01:00
ui PlaybackNotificationManager should show play button in ENDED state 2018-11-14 18:01:34 +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.