media/library
hoangtc a3c8062e52 Add support for listening to AspectRatioFrameLayout's aspect ratio update
Currently, AspectRatioFrameLayout may need to resize itself if it could not
satisfy a target aspect ratio. User may want to know when this happen, or
whether this can happen, so they can update their UI accordingly. For
example: show/hide a button to toggle different resize mode only when the
aspect ratio of the view and the content is very different.

GitHub: #3736

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=187484241
2018-03-02 09:24:41 +00:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Rename Listener for timeline update to avoid confusion with MediaSourceEventListener. 2018-03-02 09:21:28 +00:00
dash Rename Listener for timeline update to avoid confusion with MediaSourceEventListener. 2018-03-02 09:21:28 +00:00
hls Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
smoothstreaming Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
ui Add support for listening to AspectRatioFrameLayout's aspect ratio update 2018-03-02 09:24:41 +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.