We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c25845 commit bed1dadCopy full SHA for bed1dad
RELEASENOTES.md
@@ -34,6 +34,11 @@
34
API 35+ (where the device advertises support for this).
35
* Handle preload callbacks asynchronously in `PreloadMediaSource`
36
([#1568](https://github.com/androidx/media/issues/1568)).
37
+ * Defer the blocking call to
38
+ `Context.getSystemService(Context.AUDIO_SERVICE)` until audio focus
39
+ handling is enabled. This ensures the blocking call isn't done if audio
40
+ focus handling is not enabled
41
+ ([#1616](https://github.com/androidx/media/pull/1616)).
42
* Transformer:
43
* Add `SurfaceAssetLoader`, which supports queueing video data to
44
Transformer via a `Surface`.
0 commit comments