diff --git a/webrtc-stats.html b/webrtc-stats.html index 72d1583..e73a7ca 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -988,6 +988,7 @@
+ Only [= map/exist =]s for video. It represents the total number of frames that have been + rendered. It is incremented just after a frame has been rendered. +
+- Sum of the interframe delays in seconds between consecutively decoded frames, - recorded just after a frame has been decoded. The interframe delay variance be + Sum of the interframe delays in seconds between consecutively rendered frames, + recorded just after a frame has been rendered. The interframe delay variance be calculated from {{totalInterFrameDelay}}, {{totalSquaredInterFrameDelay}}, - and {{framesDecoded}} according to the formula: + and {{framesRendered}} according to the formula: ({{totalSquaredInterFrameDelay}} - {{totalInterFrameDelay}}^2/ - {{framesDecoded}})/{{framesDecoded}}. + {{framesRendered}})/{{framesRendered}}.
- Sum of the squared interframe delays in seconds between consecutively decoded frames, - recorded just after a frame has been decoded. See {{totalInterFrameDelay}} for + Sum of the squared interframe delays in seconds between consecutively rendered frames, + recorded just after a frame has been rendered. See {{totalInterFrameDelay}} for details on how to calculate the interframe delay variance.