mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add release note
This commit is contained in:
parent
9c25845cd7
commit
bed1dadcbf
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@
|
||||||
API 35+ (where the device advertises support for this).
|
API 35+ (where the device advertises support for this).
|
||||||
* Handle preload callbacks asynchronously in `PreloadMediaSource`
|
* Handle preload callbacks asynchronously in `PreloadMediaSource`
|
||||||
([#1568](https://github.com/androidx/media/issues/1568)).
|
([#1568](https://github.com/androidx/media/issues/1568)).
|
||||||
|
* Defer the blocking call to
|
||||||
|
`Context.getSystemService(Context.AUDIO_SERVICE)` until audio focus
|
||||||
|
handling is enabled. This ensures the blocking call isn't done if audio
|
||||||
|
focus handling is not enabled
|
||||||
|
([#1616](https://github.com/androidx/media/pull/1616)).
|
||||||
* Transformer:
|
* Transformer:
|
||||||
* Add `SurfaceAssetLoader`, which supports queueing video data to
|
* Add `SurfaceAssetLoader`, which supports queueing video data to
|
||||||
Transformer via a `Surface`.
|
Transformer via a `Surface`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue