mirror of
https://github.com/samsonjs/media.git
synced 2026-04-26 14:57:47 +00:00
Update release notes to reflect builder -> factory change
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178866131
This commit is contained in:
parent
f3dc075cab
commit
6c4bb2cdec
1 changed files with 3 additions and 3 deletions
|
|
@ -11,9 +11,9 @@
|
||||||
* Replace `DefaultTrackSelector.Parameters` copy methods with a builder.
|
* Replace `DefaultTrackSelector.Parameters` copy methods with a builder.
|
||||||
* Allow more flexible loading strategy when playing media containing multiple
|
* Allow more flexible loading strategy when playing media containing multiple
|
||||||
sub-streams, by allowing injection of custom `CompositeSequenceableLoader`
|
sub-streams, by allowing injection of custom `CompositeSequenceableLoader`
|
||||||
factories through `DashMediaSource.Builder`, `HlsMediaSource.Builder`,
|
factories through `DashMediaSource.Factory`, `HlsMediaSource.Factory`,
|
||||||
`SsMediaSource.Builder`, and `MergingMediaSource`.
|
`SsMediaSource.Factory`, and `MergingMediaSource`.
|
||||||
* Add Builder to `ExtractorMediaSource`, `HlsMediaSource`, `SsMediaSource`,
|
* Add Factory to `ExtractorMediaSource`, `HlsMediaSource`, `SsMediaSource`,
|
||||||
`DashMediaSource`, `SingleSampleMediaSource`.
|
`DashMediaSource`, `SingleSampleMediaSource`.
|
||||||
* DASH:
|
* DASH:
|
||||||
* Support in-MPD EventStream.
|
* Support in-MPD EventStream.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue