Re: [webrtc-stats] powerEfficientEncoder/powerEfficientDecoder (#666)

Isn't this redundant with [powerEfficient](https://www.w3.org/TR/media-capabilities/#dom-mediacapabilitiesinfo-powerefficient)? [E.g.](https://jsfiddle.net/jib1/dvaL124y/):
```js
const {powerEfficient} = await navigator.mediaCapabilities.decodingInfo({
  type: "webrtc",
  video: {contentType: "video/VP8", width: 640, height: 360, bitrate: 2000, framerate: 25}
});
```
It seems odd to setup a call and then figure out if what we are doing is power efficient. What has changed since https://github.com/w3c/webrtc-extensions/issues/21#issuecomment-1102931863?

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/666#issuecomment-1240079025 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 8 September 2022 01:01:17 UTC