diff --git a/index.bs b/index.bs index fc2e010..e659000 100644 --- a/index.bs +++ b/index.bs @@ -782,13 +782,17 @@ spec: encrypted-media-draft; for: EME; urlPrefix: https://w3c.github.io/encrypte booleans.

-

- Authors can use {{MediaCapabilitiesInfo/powerEfficient}} in concordance - with the Battery Status API [[battery-status]] in order to determine - whether the media they would like to play is appropriate for the user - configuration. It is worth noting that even when a device is not power - constrained, high power usage has side effects such as increasing the - temperature or the fans noise. +

+ Encoding or decoding is considered power efficient when the + power draw is optimal. The definition of optimal power draw for encoding + or decoding is left to the user agent. However, a common implementation + strategy is to consider hardware usage as indicative of optimal power + draw. User agents SHOULD NOT mark hardware encoding or decoding as power + efficient by default, as non-hardware-accelerated codecs can be just as + 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.

@@ -855,13 +859,9 @@ spec: encrypted-media-draft; for: EME; urlPrefix: https://w3c.github.io/encrypte

  • If the user agent is able to encode the media represented by - configuration in a power efficient manner, set + configuration in a [=power efficient=] manner, set {{MediaCapabilitiesInfo/powerEfficient}} to true. - Otherwise set it to false. The user agent SHOULD NOT - take into consideration the current power source in order to - determine the encoding power efficiency unless the device's power - source has side effects such as enabling different encoding - modules. + Otherwise set it to false.
  • Return info. @@ -929,13 +929,9 @@ spec: encrypted-media-draft; for: EME; urlPrefix: https://w3c.github.io/encrypte
  • If the user agent is able to decode the media represented by - configuration in a power efficient + configuration in a [=power efficient=] manner, set {{MediaCapabilitiesInfo/powerEfficient}} to - true. Otherwise set it to false. The - user agent SHOULD NOT take into consideration the current - power source in order to determine the decoding power - efficiency unless the device's power source has side effects - such as enabling different decoding modules. + true. Otherwise set it to false.
  • Return info.