tonihei
9128244dc3
Use Util method for common UI play/pause button logic.
...
This ensures the logic is consistent and can also be easily
used from custom UIs.
PiperOrigin-RevId: 527249127
2023-04-26 15:52:50 +01:00
ibaker
d1a27bf2a8
Fix (another) LeanbackPlayerAdapter
param name mismatch
...
I missed this when fixing `positionInMs` for Dackka in aae6941981
This time I manually verified that all the `@Override` methods have
parameter names that match [the docs](https://developer.android.com/reference/androidx/leanback/media/PlayerAdapter ).
#minor-release
PiperOrigin-RevId: 506017063
2023-02-01 10:41:50 +00:00
ibaker
aae6941981
Fix Dackka error due to param name mismatch
...
https://developer.android.com/reference/androidx/leanback/media/PlayerAdapter#seekTo(long)
#minor-release
PiperOrigin-RevId: 496378709
2022-12-21 15:17:34 +00:00
kimvde
1ee185cb10
Refactor transformation completion
...
PiperOrigin-RevId: 488929446
2022-11-22 09:44:47 +00:00
samrobinson
59aedcf309
Handle buffers in DefaultAudioSink with AudioProcessingPipeline.
...
PiperOrigin-RevId: 488412695
2022-11-16 12:07:58 +00:00
olly
8762322060
Update Leanback library
2022-08-02 19:01:58 +00:00
christosts
4eb34e4c58
Listen to playWhenReady changes in LeanbackPlayerAdapter
...
#minor-release
Issue: google/ExoPlayer#10420
PiperOrigin-RevId: 460223064
2022-07-12 15:07:10 +00:00
olly
c046f40fd0
Fixes for some minor misc issues
...
- Unnecessary deprecation suppressions
- Dead code
- Broken Javadoc
PiperOrigin-RevId: 409357884
2021-11-19 14:44:25 +00:00
tonihei
e88c158524
Suppress lint warnings in leanback module.
...
These warnings are caused by the fact that this is a library and the
lint check doesn't see any app using the library in a TV context.
PiperOrigin-RevId: 407110725
2021-11-09 10:09:13 +00:00
ibaker
686f2ca96d
Migrate usages of Window-based Player methods
...
Where this introduced an inconsistency (e.g. assigning to something
called `windowIndex`), I generally renamed the transitive closure of
identifiers to maintain consistency (meaning this change is quite
large). The exception is code that interacts with Timeline and Window
directly, where sometimes I kept the 'window' nomenclature.
#minor-release
PiperOrigin-RevId: 407040052
2021-11-09 10:07:30 +00:00
Andrew Lewis
933e207b3e
Update to androidx.media3
...
PiperOrigin-RevId: 405656499
2021-10-27 09:12:46 +01:00