Limited availability
The totalInterFrameDelay
property of the RTCInboundRtpStreamStats
dictionary indicates the total accumulated time between consecutively rendered frames, in seconds. It is recorded after each frame is rendered.
The interframe delay variance be calculated from totalInterFrameDelay
, totalSquaredInterFrameDelay
, and framesRendered
according to the formula: (totalSquaredInterFrameDelay - totalInterFrameDelay^2/ framesRendered)/framesRendered
.
Note: The property is undefined for audio streams.
ValueA positive number, in seconds.
Specifications Browser compatibilityRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4