|
7 | 7 | <link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" rel="stylesheet" type="text/css">
|
8 | 8 | <meta content="Bikeshed version 4f053d00e, updated Tue Aug 10 14:13:32 2021 -0700" name="generator">
|
9 | 9 | <link href="https://w3c.github.io/webrtc-encoded-transform/" rel="canonical">
|
10 |
| - <meta content="f8dc25b9da166c18a1f50dc89a6c5fb31df41648" name="document-revision"> |
| 10 | + <meta content="914eed4ce550f9f7914b9b33427eaa8fa7f5a612" name="document-revision"> |
11 | 11 | <style>/* style-autolinks */
|
12 | 12 |
|
13 | 13 | .css.css, .property.property, .descriptor.descriptor {
|
|
568 | 568 | <div class="head">
|
569 | 569 | <p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
|
570 | 570 | <h1 class="p-name no-ref" id="title">WebRTC Encoded Transform</h1>
|
571 |
| - <h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2021-08-12">12 August 2021</time></span></h2> |
| 571 | + <h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2021-08-26">26 August 2021</time></span></h2> |
572 | 572 | <div data-fill-with="spec-metadata">
|
573 | 573 | <dl>
|
574 | 574 | <dt>This version:
|
@@ -728,7 +728,8 @@ <h4 class="heading settled" data-level="3.1.1" id="stream-creation"><span class=
|
728 | 728 | <li data-md>
|
729 | 729 | <p>Initialize <a data-link-type="dfn" href="https://heycam.github.io/webidl/#this" id="ref-for-this⑤">this</a>.<code>[[writable]]</code> to a new <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#writablestream" id="ref-for-writablestream①">WritableStream</a></code>.</p>
|
730 | 730 | <li data-md>
|
731 |
| - <p><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#writablestream-set-up" id="ref-for-writablestream-set-up">Set up</a> <a data-link-type="dfn" href="https://heycam.github.io/webidl/#this" id="ref-for-this⑥">this</a>.<code>[[writable]]</code> with its <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#writablestream-set-up-writealgorithm" id="ref-for-writablestream-set-up-writealgorithm">writeAlgorithm</a> set to <a data-link-type="dfn" href="#writeencodeddata" id="ref-for-writeencodeddata">writeEncodedData</a> given <var>this</var> as parameter.</p> |
| 731 | + <p><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#writablestream-set-up" id="ref-for-writablestream-set-up">Set up</a> <a data-link-type="dfn" href="https://heycam.github.io/webidl/#this" id="ref-for-this⑥">this</a>.<code>[[writable]]</code> with its <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#writablestream-set-up-writealgorithm" id="ref-for-writablestream-set-up-writealgorithm">writeAlgorithm</a> set to <a data-link-type="dfn" href="#writeencodeddata" id="ref-for-writeencodeddata">writeEncodedData</a> given <var>this</var> as parameter and its <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#writablestream-set-up-sizealgorithm" id="ref-for-writablestream-set-up-sizealgorithm">sizeAlgorithm</a> to an algorithm that returns <code>0</code>.</p> |
| 732 | + <p class="note" role="note">Chunk size is set to 0 to explictly disable streams backpressure on the write side.</p> |
732 | 733 | <li data-md>
|
733 | 734 | <p>Set <a data-link-type="dfn" href="https://heycam.github.io/webidl/#this" id="ref-for-this⑦">this</a>.<code>[[writable]]</code>.<code>[[owner]]</code> to <var>this</var>.</p>
|
734 | 735 | <li data-md>
|
@@ -1446,6 +1447,12 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
|
1446 | 1447 | <li><a href="#ref-for-writablestream-set-up">3.1.1. Stream creation</a>
|
1447 | 1448 | </ul>
|
1448 | 1449 | </aside>
|
| 1450 | + <aside class="dfn-panel" data-for="term-for-writablestream-set-up-sizealgorithm"> |
| 1451 | + <a href="https://streams.spec.whatwg.org/#writablestream-set-up-sizealgorithm">https://streams.spec.whatwg.org/#writablestream-set-up-sizealgorithm</a><b>Referenced in:</b> |
| 1452 | + <ul> |
| 1453 | + <li><a href="#ref-for-writablestream-set-up-sizealgorithm">3.1.1. Stream creation</a> |
| 1454 | + </ul> |
| 1455 | + </aside> |
1449 | 1456 | <aside class="dfn-panel" data-for="term-for-transformstream-set-up-transformalgorithm">
|
1450 | 1457 | <a href="https://streams.spec.whatwg.org/#transformstream-set-up-transformalgorithm">https://streams.spec.whatwg.org/#transformstream-set-up-transformalgorithm</a><b>Referenced in:</b>
|
1451 | 1458 | <ul>
|
@@ -1681,6 +1688,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
|
1681 | 1688 | <li><span class="dfn-paneled" id="term-for-identity-transform-stream">identity transform stream</span>
|
1682 | 1689 | <li><span class="dfn-paneled" id="term-for-writablestreamdefaultwriter-release">release <small>(for WritableStreamDefaultWriter)</small></span>
|
1683 | 1690 | <li><span class="dfn-paneled" id="term-for-writablestream-set-up">set up <small>(for WritableStream)</small></span>
|
| 1691 | + <li><span class="dfn-paneled" id="term-for-writablestream-set-up-sizealgorithm">sizealgorithm</span> |
1684 | 1692 | <li><span class="dfn-paneled" id="term-for-transformstream-set-up-transformalgorithm">transformalgorithm</span>
|
1685 | 1693 | <li><span class="dfn-paneled" id="term-for-writablestream-set-up-writealgorithm">writealgorithm</span>
|
1686 | 1694 | </ul>
|
@@ -1732,7 +1740,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
|
1732 | 1740 | <dt id="biblio-html">[HTML]
|
1733 | 1741 | <dd>Anne van Kesteren; et al. <a href="https://html.spec.whatwg.org/multipage/"><cite>HTML Standard</cite></a>. Living Standard. URL: <a href="https://html.spec.whatwg.org/multipage/">https://html.spec.whatwg.org/multipage/</a>
|
1734 | 1742 | <dt id="biblio-mediacapture-streams">[MEDIACAPTURE-STREAMS]
|
1735 |
| - <dd>Cullen Jennings; et al. <a href="https://www.w3.org/TR/mediacapture-streams/"><cite>Media Capture and Streams</cite></a>. 15 July 2021. CR. URL: <a href="https://www.w3.org/TR/mediacapture-streams/">https://www.w3.org/TR/mediacapture-streams/</a> |
| 1743 | + <dd>Cullen Jennings; et al. <a href="https://www.w3.org/TR/mediacapture-streams/"><cite>Media Capture and Streams</cite></a>. 19 August 2021. CR. URL: <a href="https://www.w3.org/TR/mediacapture-streams/">https://www.w3.org/TR/mediacapture-streams/</a> |
1736 | 1744 | <dt id="biblio-rfc2119">[RFC2119]
|
1737 | 1745 | <dd>S. Bradner. <a href="https://datatracker.ietf.org/doc/html/rfc2119"><cite>Key words for use in RFCs to Indicate Requirement Levels</cite></a>. March 1997. Best Current Practice. URL: <a href="https://datatracker.ietf.org/doc/html/rfc2119">https://datatracker.ietf.org/doc/html/rfc2119</a>
|
1738 | 1746 | <dt id="biblio-streams">[STREAMS]
|
|
0 commit comments