Skip to content

Commit

Permalink
Fixes #632 (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos committed Jun 14, 2022
1 parent dda154d commit 4e98f71
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion webrtc-stats.html
Expand Up @@ -933,6 +933,7 @@ <h3>
double totalProcessingDelay;
DOMHighResTimeStamp estimatedPlayoutTimestamp;
double jitterBufferDelay;
double jitterBufferTargetDelay;
unsigned long long jitterBufferEmittedCount;
unsigned long long totalSamplesReceived;
unsigned long long concealedSamples;
Expand Down Expand Up @@ -1276,7 +1277,19 @@ <h2>
delay can be calculated by dividing the {{jitterBufferDelay}} with the
{{jitterBufferEmittedCount}}.
</p>

</dd>
<dt>
<dfn><code>jitterBufferTargetDelay</code></dfn> of type <span class=
"idlMemberType">double</span>
</dt>
<dd>
<p>
This value is increased by the target jitter buffer delay every time a
sample is emitted by the jitter buffer. The added target is the target
delay, in seconds, at the time that the sample was emitted from the
jitter buffer. To get the average target delay, divide by
{{jitterBufferEmittedCount}}.
</p>
</dd>
<dt>
<dfn>jitterBufferEmittedCount</dfn> of type <span class=
Expand Down

0 comments on commit 4e98f71

Please sign in to comment.