media/library
tonihei 133f5f16b8 Pass MediaPeriodId to DeferredMediaPeriod when actual period is created.
This helps to distinguish between the MediaPeriodId the deferred media period is being
created with and the MediaPeriodId which is used to create the actual underlying period.

This serves two purposes:
1. The error reporting of ad prepare errors uses the correct media period id (the
   externally visible ad media period id).
2. The transition to using media period uid instead of indices is simplified.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=206160463
2018-07-26 18:27:46 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Pass MediaPeriodId to DeferredMediaPeriod when actual period is created. 2018-07-26 18:27:46 +01:00
dash Remove generic type parameter from TransferListener. 2018-07-24 14:56:45 +01:00
hls Remove generic type parameter from TransferListener. 2018-07-24 14:56:45 +01:00
smoothstreaming Remove generic type parameter from TransferListener. 2018-07-24 14:56:45 +01:00
ui Show notification whilst ads are playing but hide playback actions. 2018-07-24 14:55:24 +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.