w3c / mediacapture-extensions

Extensions to Media Capture and Streams by the WebRTC Working Group
https://w3c.github.io/mediacapture-extensions/
Other
19 stars 14 forks source link

[Track Stats API] Rename deliveredFrames to deliverableFrames #109

Closed henbos closed 9 months ago

henbos commented 10 months ago

We care about the FPS of the track, whether or not it has sinks, so deliveredFrames is defined as:

A frame is considered delivered if it either was delivered to a sink or would have been delivered to a sink, if one was connected

But the name deliveredFrames sounds like it depends on sinks, which isn't what we want. Should we rename this to deliverableFrames instead to avoid confusion?

henbos commented 9 months ago

Other naming suggestions:

henbos commented 9 months ago

As per https://github.com/w3c/mediacapture-extensions/pull/111#issuecomment-1724952870 I suggest we close this issue (keep the name deliveredFrames)