mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add update to shrinking guide to release notes
This commit is contained in:
parent
d386d03b11
commit
8a0d52be4b
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ To learn more about what's new in 2.12, read the corresponding
|
||||||
playable `MediaSource` instances. A `DefaultMediaSourceFactory` is
|
playable `MediaSource` instances. A `DefaultMediaSourceFactory` is
|
||||||
used by default. `Builder.setMediaSourceFactory` allows setting a
|
used by default. `Builder.setMediaSourceFactory` allows setting a
|
||||||
custom factory.
|
custom factory.
|
||||||
|
* Update [APK shrinking guide](https://exoplayer.dev/shrinking.html)
|
||||||
|
to explain how shrinking works with the new `MediaItem` and
|
||||||
|
`DefaultMediaSourceFactory` implementations
|
||||||
|
([#7937](https://github.com/google/ExoPlayer/issues/7937)).
|
||||||
* Add additional options to `Builder` that were previously only
|
* Add additional options to `Builder` that were previously only
|
||||||
accessible via setters.
|
accessible via setters.
|
||||||
* Add opt-in to verify correct thread usage with
|
* Add opt-in to verify correct thread usage with
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue