|
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="914eed4ce550f9f7914b9b33427eaa8fa7f5a612" name="document-revision"> |
| 10 | + <meta content="a377d84a93379fdf592ad08185b12bbd4a6499c4" 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-26">26 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-09-09">9 September 2021</time></span></h2> |
572 | 572 | <div data-fill-with="spec-metadata">
|
573 | 573 | <dl>
|
574 | 574 | <dt>This version:
|
@@ -843,6 +843,10 @@ <h3 class="heading settled" data-level="3.2" id="attribute"><span class="secno">
|
843 | 843 | <p>If a web application sets the transform synchronously at creation of the <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpsender" id="ref-for-dom-rtcrtpsender⑤">RTCRtpSender</a></code> (for instance when calling addTrack), the transform will receive the first frame generated by the <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpsender" id="ref-for-dom-rtcrtpsender⑥">RTCRtpSender</a></code>'s encoder.
|
844 | 844 | Similarly, if a web application sets the transform synchronously at creation of the <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpreceiver" id="ref-for-dom-rtcrtpreceiver⑤">RTCRtpReceiver</a></code> (for instance when calling addTrack, or at track event handler), the transform will receive the first full frame generated by the <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/webrtc/#dom-rtcrtpreceiver" id="ref-for-dom-rtcrtpreceiver⑥">RTCRtpReceiver</a></code>'s packetizer.</p>
|
845 | 845 | <h2 class="heading settled" data-level="4" id="sframe"><span class="secno">4. </span><span class="content">SFrameTransform</span><a class="self-link" href="#sframe"></a></h2>
|
| 846 | + <p class="note" role="note"> The API presented in this section represents a preliminary proposal |
| 847 | +based on protocol proposals that have not yet been adopted by an IETF WG. |
| 848 | +As a result, both the API and underlying protocol are likely to change |
| 849 | +significantly going forward. </p> |
846 | 850 | <pre class="idl highlight def"><c- b>enum</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="enum" data-export id="enumdef-sframetransformrole"><code><c- g>SFrameTransformRole</c-></code></dfn> {
|
847 | 851 | <dfn class="idl-code" data-dfn-for="SFrameTransformRole" data-dfn-type="enum-value" data-export id="dom-sframetransformrole-encrypt"><code><c- s>"encrypt"</c-></code><a class="self-link" href="#dom-sframetransformrole-encrypt"></a></dfn>,
|
848 | 852 | <dfn class="idl-code" data-dfn-for="SFrameTransformRole" data-dfn-type="enum-value" data-export id="dom-sframetransformrole-decrypt"><code><c- s>"decrypt"</c-></code><a class="self-link" href="#dom-sframetransformrole-decrypt"></a></dfn>
|
|
0 commit comments