Re: [mediacapture-main] Questions about setting belonging to source in Section 3.

Firefox and Chrome at least implement non-spec ways to measure frame rate. >From [fiddle](https://jsfiddle.net/jib1/suLvcr3a/):
```js
let frames = v => v.mozPaintedFrames || v.webkitDecodedFrameCount;
```

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/466#issuecomment-336118144 using your GitHub account

Received on Thursday, 12 October 2017 12:32:45 UTC