|
74 | 74 | </section> |
75 | 75 | <section id="sotd"> |
76 | 76 | <p> |
77 | | - On top of editorial updates, substantives changes since publication as a W3C Recommendation |
78 | | - in <a href="https://www.w3.org/TR/2016/REC-media-source-20161117/">November 2016</a> are |
79 | | - the addition of a {{SourceBuffer/changeType()}} method to switch codecs, the possibility to |
80 | | - create and use {{MediaSource}} objects off the main thread in dedicated workers, the |
81 | | - removal of the {{URL/createObjectURL()}} extension to the {{URL}} object following its |
82 | | - integration in the File API [[FILEAPI]], and the addition of {{ManagedMediaSource}}, |
83 | | - {{ManagedSourceBuffer}}, and {{BufferedChangeEvent}} interfaces supporting power-efficient |
84 | | - streaming and active buffered media cleanup by the user agent. For a full list of changes |
85 | | - done since the previous version, see the <a href= |
| 77 | + On top of editorial updates, substantive changes since publication as a W3C Recommendation |
| 78 | + in <a href="https://www.w3.org/TR/2016/REC-media-source-20161117/">November 2016</a> are: |
| 79 | + </p> |
| 80 | + <ul> |
| 81 | + <li>the addition of a {{SourceBuffer/changeType()}} method to switch among codecs or |
| 82 | + bytestreams |
| 83 | + </li> |
| 84 | + <li>the possibility to create and use {{MediaSource}} objects off the main thread in |
| 85 | + dedicated workers |
| 86 | + </li> |
| 87 | + <li>the removal of the {{URL/createObjectURL()}} extension to the {{URL}} object following |
| 88 | + its integration in the File API [[FILEAPI]] |
| 89 | + </li> |
| 90 | + <li>the addition of {{ManagedMediaSource}}, {{ManagedSourceBuffer}}, and |
| 91 | + {{BufferedChangeEvent}} interfaces supporting power-efficient streaming and active buffered |
| 92 | + media cleanup by the user agent |
| 93 | + </li> |
| 94 | + </ul> |
| 95 | + <p> |
| 96 | + For a full list of changes made since the previous version, see the <a href= |
86 | 97 | "https://github.com/w3c/media-source/commits/main">commits</a>. |
87 | 98 | </p> |
88 | 99 | <p> |
|
0 commit comments