Re: [webrtc-stats] Add PSNR (Y/U/V) for outbound-rtp (#794)

> Even on hardware encoders it has an impact on power consumption

If so, PSNR gathering could be opt-in, something like:

```
dictionary StatsGatheringOptions {
    float psnrPreferredFrequency = 0;
};
partial interface RTCPeerConnection {
    attribute StatsGatheringOptions statsOptions;
};
```

Is it overkill?

-- 
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/pull/794#issuecomment-2829811283 using your GitHub account


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

Received on Friday, 25 April 2025 09:04:02 UTC