Skip to content

Commit 112b2d0

Browse files
Merge pull request #149 from youennf/add-sframe-link
SHA: 5350126 Reason: push, by @alvestrand Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d615b5 commit 112b2d0

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

index.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<meta content="ED" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
88
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
9-
<meta content="Bikeshed version 37b7e7e68, updated Fri May 27 15:08:11 2022 -0700" name="generator">
9+
<meta content="Bikeshed version 44af0bf3e, updated Fri Jul 29 17:05:16 2022 -0700" name="generator">
1010
<link href="https://www.w3.org/TR/webrtc-encoded-transform/" rel="canonical">
11-
<meta content="ef682af3db450044eb20c79596ba9d9d0537b8bd" name="document-revision">
11+
<meta content="535012655eea0f7ef5b87d0d1866def8ab7277d9" name="document-revision">
1212
<style>/* style-autolinks */
1313

1414
.css.css, .property.property, .descriptor.descriptor {
@@ -579,7 +579,7 @@
579579
<div class="head">
580580
<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/2021/logos/W3C" width="72"> </a> </p>
581581
<h1 class="p-name no-ref" id="title">WebRTC Encoded Transform</h1>
582-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-07-06">6 July 2022</time></p>
582+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-09-29">29 September 2022</time></p>
583583
<details open>
584584
<summary>More details about this document</summary>
585585
<div data-fill-with="spec-metadata">
@@ -867,10 +867,7 @@ <h3 class="heading settled" data-level="3.2" id="attribute"><span class="secno">
867867
<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.
868868
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>
869869
<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>
870-
<p class="note" role="note"> The API presented in this section represents a preliminary proposal
871-
based on protocol proposals that have not yet been adopted by an IETF WG.
872-
As a result, both the API and underlying protocol are likely to change
873-
significantly going forward. </p>
870+
<p> The API presented in this section allows applications to process SFrame data as defined in <a data-link-type="biblio" href="#biblio-sframe">[SFrame]</a>. </p>
874871
<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> {
875872
<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>,
876873
<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>
@@ -1887,7 +1884,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
18871884
<li><span class="dfn-paneled" id="term-for-task-source">task source</span>
18881885
</ul>
18891886
<li>
1890-
<a data-link-type="biblio">[mediacapture-streams]</a> defines the following terms:
1887+
<a data-link-type="biblio">[MEDIACAPTURE-STREAMS]</a> defines the following terms:
18911888
<ul>
18921889
<li><span class="dfn-paneled" id="term-for-dom-mediastreamtrack">MediaStreamTrack</span>
18931890
</ul>
@@ -1945,7 +1942,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
19451942
<li><span class="dfn-paneled" id="term-for-idl-unsigned-short">unsigned short</span>
19461943
</ul>
19471944
<li>
1948-
<a data-link-type="biblio">[webrtc-1]</a> defines the following terms:
1945+
<a data-link-type="biblio">[WEBRTC-1]</a> defines the following terms:
19491946
<ul>
19501947
<li><span class="dfn-paneled" id="term-for-dom-rtcconfiguration">RTCConfiguration</span>
19511948
<li><span class="dfn-paneled" id="term-for-dom-rtcpeerconnection">RTCPeerConnection</span>
@@ -1961,13 +1958,13 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
19611958
<dt id="biblio-html">[HTML]
19621959
<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>
19631960
<dt id="biblio-mediacapture-streams">[MEDIACAPTURE-STREAMS]
1964-
<dd>Cullen Jennings; et al. <a href="https://www.w3.org/TR/mediacapture-streams/"><cite>Media Capture and Streams</cite></a>. 30 June 2022. CR. URL: <a href="https://www.w3.org/TR/mediacapture-streams/">https://www.w3.org/TR/mediacapture-streams/</a>
1961+
<dd>Cullen Jennings; et al. <a href="https://w3c.github.io/mediacapture-main/"><cite>Media Capture and Streams</cite></a>. URL: <a href="https://w3c.github.io/mediacapture-main/">https://w3c.github.io/mediacapture-main/</a>
19651962
<dt id="biblio-rfc2119">[RFC2119]
19661963
<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>
19671964
<dt id="biblio-streams">[STREAMS]
19681965
<dd>Adam Rice; et al. <a href="https://streams.spec.whatwg.org/"><cite>Streams Standard</cite></a>. Living Standard. URL: <a href="https://streams.spec.whatwg.org/">https://streams.spec.whatwg.org/</a>
19691966
<dt id="biblio-webcryptoapi">[WebCryptoAPI]
1970-
<dd>Mark Watson. <a href="https://www.w3.org/TR/WebCryptoAPI/"><cite>Web Cryptography API</cite></a>. 26 January 2017. REC. URL: <a href="https://www.w3.org/TR/WebCryptoAPI/">https://www.w3.org/TR/WebCryptoAPI/</a>
1967+
<dd>Mark Watson. <a href="https://w3c.github.io/webcrypto/"><cite>Web Cryptography API</cite></a>. URL: <a href="https://w3c.github.io/webcrypto/">https://w3c.github.io/webcrypto/</a>
19711968
<dt id="biblio-webidl">[WEBIDL]
19721969
<dd>Edgar Chen; Timothy Gu. <a href="https://webidl.spec.whatwg.org/"><cite>Web IDL Standard</cite></a>. Living Standard. URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
19731970
<dt id="biblio-webrtc-1">[WEBRTC-1]
@@ -1977,12 +1974,14 @@ <h3 class="no-num no-ref heading settled" id="informative"><span class="content"
19771974
<dl>
19781975
<dt id="biblio-rfc5104">[RFC5104]
19791976
<dd>S. Wenger; et al. <a href="https://www.rfc-editor.org/rfc/rfc5104"><cite>Codec Control Messages in the RTP Audio-Visual Profile with Feedback (AVPF)</cite></a>. February 2008. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc5104">https://www.rfc-editor.org/rfc/rfc5104</a>
1977+
<dt id="biblio-sframe">[SFrame]
1978+
<dd><a href="https://www.ietf.org/archive/id/draft-ietf-sframe-enc-00.html"><cite>Secure Frame (SFrame)</cite></a>. URL: <a href="https://www.ietf.org/archive/id/draft-ietf-sframe-enc-00.html">https://www.ietf.org/archive/id/draft-ietf-sframe-enc-00.html</a>
19801979
<dt id="biblio-web-codecs">[WEB-CODECS]
19811980
<dd><a href="https://github.com/WICG/web-codecs/blob/master/explainer.md"><cite>Web Codecs explainer</cite></a>. URL: <a href="https://github.com/WICG/web-codecs/blob/master/explainer.md">https://github.com/WICG/web-codecs/blob/master/explainer.md</a>
19821981
<dt id="biblio-webrtc-identity">[WEBRTC-IDENTITY]
1983-
<dd>Cullen Jennings; Martin Thomson. <a href="https://www.w3.org/TR/webrtc-identity/"><cite>Identity for WebRTC 1.0</cite></a>. 27 September 2018. CR. URL: <a href="https://www.w3.org/TR/webrtc-identity/">https://www.w3.org/TR/webrtc-identity/</a>
1982+
<dd>Cullen Jennings; Martin Thomson. <a href="https://w3c.github.io/webrtc-identity/"><cite>Identity for WebRTC 1.0</cite></a>. URL: <a href="https://w3c.github.io/webrtc-identity/">https://w3c.github.io/webrtc-identity/</a>
19841983
<dt id="biblio-webrtc-nv-use-cases">[WEBRTC-NV-USE-CASES]
1985-
<dd>Bernard Aboba. <a href="https://www.w3.org/TR/webrtc-nv-use-cases/"><cite>WebRTC Next Version Use Cases</cite></a>. 23 November 2021. NOTE. URL: <a href="https://www.w3.org/TR/webrtc-nv-use-cases/">https://www.w3.org/TR/webrtc-nv-use-cases/</a>
1984+
<dd>Bernard Aboba. <a href="https://w3c.github.io/webrtc-nv-use-cases/"><cite>WebRTC Next Version Use Cases</cite></a>. URL: <a href="https://w3c.github.io/webrtc-nv-use-cases/">https://w3c.github.io/webrtc-nv-use-cases/</a>
19861985
</dl>
19871986
<h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">IDL Index</span><a class="self-link" href="#idl-index"></a></h2>
19881987
<pre class="idl highlight def">// New dictionary

0 commit comments

Comments
 (0)