media/extensions
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
..
av1 Build cmake AV1 outside of CITC 2020-08-01 12:56:12 +01:00
cast Treat -1000 duration as unknown duration for live streams in Cast 2020-11-02 22:55:52 +00:00
cronet Switch to an 'api' dependency on Guava 2020-10-17 01:34:15 +01:00
ffmpeg More verbose instructions for consistency 2020-09-16 17:00:52 +01:00
flac Make User-Agent optional 2020-09-09 09:41:51 +01:00
gvr Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
ima Signal an ads identifier to the AdsLoader 2020-11-06 16:32:31 +00:00
jobdispatcher Dev guide: Start updating the download page 2020-09-07 20:41:55 +01:00
leanback Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
media2 Switch to an 'api' dependency on Guava 2020-10-17 01:34:15 +01:00
mediasession Add back support for setting audio pitch 2020-08-27 12:06:41 +01:00
okhttp Switch to an 'api' dependency on Guava 2020-10-17 01:34:15 +01:00
opus Make User-Agent optional 2020-09-09 09:41:51 +01:00
rtmp Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
vp9 Make User-Agent optional 2020-09-09 09:41:51 +01:00
workmanager Switch to an 'api' dependency on Guava 2020-10-17 01:34:15 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.