media/library
borrelli 9db0dbc0e9 Allow SimpleExoPlayer to handle audio focus
Add automatic audio focus handling to SimpleExoPlayer. Audio focus
handling is an opt-in feature that can be requested by passing
the system's AudioManager and an AudioFocusConfiguration to
SimpleExoPlayer.setAudioFocusConfiguration.

When audio focus is being managed by SimpleExoPlayer, the player
will transparently handle pausing playback during
AUDIOFOCUS_LOSS_TRANSIENT, as well as lowering playback volume
during AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=208045732
2018-08-13 13:52:32 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Allow SimpleExoPlayer to handle audio focus 2018-08-13 13:52:32 +01:00
dash Use LoadErrorHandlingPolicy in SsMediaSource and DashMediaSource 2018-08-13 13:49:45 +01:00
hls Fix missing error handling durations in HLS 2018-08-13 13:51:09 +01:00
smoothstreaming Use LoadErrorHandlingPolicy in SsMediaSource and DashMediaSource 2018-08-13 13:49:45 +01:00
ui Fix ldpi fullscreen icons to be the correct size 2018-08-13 13:48:22 +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.