ibaker
e9a8335381
Migrate callers to pass MediaItem to createMediaSource()
...
createMediaSource(Uri) is deprecated.
PiperOrigin-RevId: 321121383
2020-07-24 10:31:22 +01:00
aquilescanta
aa9eb5abc9
Remove generics from DRM components
...
PiperOrigin-RevId: 301798563
2020-03-20 12:48:50 +00:00
olly
7e6a1418e3
Demo apps: Annotate @NonNull where necessary
...
Because we now annotate not-null by default in ExoPlayer
library modules, we're seeing warnings in the demo apps where
we override a method and don't explicitly specify an equivalent
@NotNull annotation.
It's probably confusing to use not-null by default for the
demo apps, so this change uses @NonNull where necessary to fix
the warnings.
PiperOrigin-RevId: 296000044
2020-02-25 21:21:54 +00:00
olly
cb873dd1ee
Use play and pause convenience methods
...
PiperOrigin-RevId: 283949259
2019-12-06 19:19:18 +00:00
olly
f51f7bd405
Fix SurfaceControl demo app layout
...
The fixes sizes could end up being wider than the screen (e.g on Pixel 3a)
PiperOrigin-RevId: 278642828
2019-11-05 18:36:14 +00:00
olly
02a83a5377
Delete unused theme
...
PiperOrigin-RevId: 278638978
2019-11-05 18:35:56 +00:00
andrewlewis
48bfb37e93
Fix surfacedemo nullness issues
...
PiperOrigin-RevId: 273296545
2019-10-07 16:32:42 +01:00
andrewlewis
fed89d76ca
Migrate surfacedemo to new DRM APIs
...
PiperOrigin-RevId: 273296461
2019-10-07 16:32:34 +01:00
andrewlewis
8d7f474fa6
Fix surfacedemo build
...
PiperOrigin-RevId: 273296236
2019-10-07 16:32:26 +01:00
andrewlewis
258fff422a
Publish SurfaceControl demo
...
Issue: #677
Issue: #5428
PiperOrigin-RevId: 270466031
2019-09-22 00:16:15 +01:00