mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
parent
8386d617bf
commit
3fd47b92e6
1 changed files with 3 additions and 0 deletions
|
|
@ -254,6 +254,9 @@
|
||||||
to `DownloadManager.Listener.onDownloadChanged`.
|
to `DownloadManager.Listener.onDownloadChanged`.
|
||||||
* Support multiple non-overlapping write locks for the same key in
|
* Support multiple non-overlapping write locks for the same key in
|
||||||
`SimpleCache`.
|
`SimpleCache`.
|
||||||
|
* Remove `CacheUtil`. Equivalent functionality is provided by a new
|
||||||
|
`CacheWriter` class, `Cache.getCachedBytes`, `Cache.removeResource` and
|
||||||
|
`CacheKeyFactory.DEFAULT`.
|
||||||
* DRM:
|
* DRM:
|
||||||
* Remove previously deprecated APIs to inject `DrmSessionManager` into
|
* Remove previously deprecated APIs to inject `DrmSessionManager` into
|
||||||
`Renderer` instances. `DrmSessionManager` must now be injected into
|
`Renderer` instances. `DrmSessionManager` must now be injected into
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue