Skip to content

Commit

Permalink
Merge pull request #733 from w3c/Djuffin-patch-1
Browse files Browse the repository at this point in the history
SHA: 3c9e353
Reason: push, by aboba

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
aboba and github-actions[bot] committed Oct 28, 2023
1 parent 2fe6b1d commit 4e04bfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://www.w3.org/TR/webcodecs/" rel="canonical">
<meta content="11307bc842122120c03757e081bf00f5122b98be" name="document-revision">
<meta content="3c9e3531fd00655a5c3ee17dd0b9e9abb5f4be5e" name="document-revision">
<style>
main > dl > dd {
margin-bottom: 1em;
Expand Down Expand Up @@ -672,7 +672,7 @@
<div class="head">
<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>
<h1 class="p-name no-ref" id="title">WebCodecs</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2023-10-26">26 October 2023</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2023-10-28">28 October 2023</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -2052,7 +2052,7 @@ <h3 class="heading settled" data-level="5.5" id="audioencoder-methods"><span cla
<dt><dfn class="dfn-paneled idl-code" data-dfn-for="AudioEncoder" data-dfn-type="method" data-export id="dom-audioencoder-configure"><code>configure(config)</code></dfn>
<dd>
<a data-link-type="dfn" href="#enqueues-a-control-message" id="ref-for-enqueues-a-control-message①⓪">Enqueues a control message</a> to configure the audio encoder for
decoding chunks as described by <var>config</var>.
encoding audio data as described by <var>config</var>.
<p class="note" role="note"><span class="marker">NOTE:</span> This method will trigger a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#notsupportederror" id="ref-for-notsupportederror④">NotSupportedError</a></code> if the User Agent
does not support <var>config</var>. Authors are encouraged to first check support
by calling <code class="idl"><a data-link-type="idl" href="#dom-audioencoder-isconfigsupported" id="ref-for-dom-audioencoder-isconfigsupported①">isConfigSupported()</a></code> with <var>config</var>. User
Expand Down Expand Up @@ -2513,7 +2513,7 @@ <h3 class="heading settled" data-level="6.5" id="videoencoder-methods"><span cla
<dt><dfn class="dfn-paneled idl-code" data-dfn-for="VideoEncoder" data-dfn-type="method" data-export id="dom-videoencoder-configure"><code>configure(config)</code></dfn>
<dd>
<a data-link-type="dfn" href="#enqueues-a-control-message" id="ref-for-enqueues-a-control-message①⑤">Enqueues a control message</a> to configure the video encoder for
decoding chunks as described by <var>config</var>.
encoding video frames as described by <var>config</var>.
<p class="note" role="note"><span class="marker">NOTE:</span> This method will trigger a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#notsupportederror" id="ref-for-notsupportederror⑥">NotSupportedError</a></code> if the User Agent
does not support <var>config</var>. Authors are encouraged to first check support
by calling <code class="idl"><a data-link-type="idl" href="#dom-videoencoder-isconfigsupported" id="ref-for-dom-videoencoder-isconfigsupported①">isConfigSupported()</a></code> with <var>config</var>. User
Expand Down

0 comments on commit 4e04bfc

Please sign in to comment.