media/library
andrewlewis 9392dff225 Call VideoAdPlayerCallback.onLoaded
This callback was not notified before, which could theoretically lead to ad
loading timing out. In practice it doesn't currently happen because the timeout
appears to start when the ad cue point is reached, not when loadAd is called.

We notify onLoaded when the ad media period is prepared (for HTML5 the
recommendation is to notify on the HTMLMediaElement 'canplay' event, which this
roughly corresponds to).

PiperOrigin-RevId: 324568407
2020-08-07 18:58:31 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Implement device info/volume methods 2020-08-01 12:54:23 +01:00
core Call VideoAdPlayerCallback.onLoaded 2020-08-07 18:58:31 +01:00
dash Add load cancelation support to DASH and SS 2020-08-01 12:56:39 +01:00
extractor FragmentedMp4Extractor: Fix clearHeaderSize handling 2020-08-07 18:58:21 +01:00
hls Add load cancelation support to DASH and SS 2020-08-01 12:56:39 +01:00
smoothstreaming Add load cancelation support to DASH and SS 2020-08-01 12:56:39 +01:00
ui Makes controls initially hidden 2020-07-27 23:59:16 +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.