Skip to content

Commit

Permalink
Add 'encoding or decoding' to power efficient definition
Browse files Browse the repository at this point in the history
SHA: 35e5eaa
Reason: push, by chrisn

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
chrisn and github-actions[bot] committed Jul 11, 2024
1 parent e2fc234 commit 770e079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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/media-capabilities/" rel="canonical">
<meta content="9cb1295c051dc37d2e64dec77c4433967a57d5bd" name="document-revision">
<meta content="35e5eaa1fb13f9dc6667aaecf626a48688f31465" name="document-revision">
<style>/* Boilerplate: style-autolinks */
.css.css, .property.property, .descriptor.descriptor {
color: var(--a-normal-text);
Expand Down Expand Up @@ -1177,7 +1177,7 @@ <h3 class="heading settled" data-level="2.2" id="media-capabilities-info"><span
efficient, particularly with low-resolution video. User agents SHOULD
NOT take the device’s power source into consideration when determining
encoding power efficiency unless the device’s power source has side
effects such as enabling different encoding modules. </p>
effects such as enabling different encoding or decoding modules. </p>
<p> A <code class="idl"><a data-link-type="idl" href="#dictdef-mediacapabilitiesdecodinginfo" id="ref-for-dictdef-mediacapabilitiesdecodinginfo">MediaCapabilitiesDecodingInfo</a></code> has associated <dfn class="dfn-paneled idl-code" data-dfn-for="MediaCapabilitiesDecodingInfo" data-dfn-type="dict-member" data-export id="dom-mediacapabilitiesdecodinginfo-keysystemaccess"><code>keySystemAccess</code></dfn> which is a <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/encrypted-media/#mediakeysystemaccess-interface" id="ref-for-mediakeysystemaccess-interface">MediaKeySystemAccess</a></code> or <code>null</code> as
appropriate. </p>
<p class="note" role="note"> If the encrypted decoding configuration is supported, the
Expand Down

0 comments on commit 770e079

Please sign in to comment.