media/library
andrewlewis 5fd1601f91 Signal an ads identifier to the AdsLoader
In a later change, the AdPlaybackState will include the playing adsId (set by
the AdsLoader) and the ads loader will use this to determine what ad
information is associated with the playing/next periods, to allow loading ads
in playlists.

Apps can continue to pass just a URI for an ad tag with their MediaItem, in
which case the associated playlist will request that ad tag just and the same
state will be used for all occurrences of the ad tag.

This change has breaking changes to the AdsLoader interface and removes
deprecated ways of passing the ad tag, as it's very likely to go into a major
release anyway and not needing to handle the deprecated cases simplifies
ImaAdsLoader.

Issue: #3750
PiperOrigin-RevId: 340438580
2020-11-06 16:32:31 +00:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Signal an ads identifier to the AdsLoader 2020-11-06 16:32:31 +00:00
core Signal an ads identifier to the AdsLoader 2020-11-06 16:32:31 +00:00
dash Publish components that depend on MediaParser 2020-11-02 22:59:05 +00:00
extractor Matroska: Support additional PCM codec modes 2020-11-02 23:02:06 +00:00
hls HLS: populate targetLiveOffset in MediaItem from server control 2020-11-02 23:01:57 +00:00
smoothstreaming Remove deprecated MediaSource builder methods and constructors. 2020-10-13 16:27:20 +01:00
ui Fix bottom area to have even paddings and make seekbar slimmer. 2020-10-21 10:24:14 +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.