Skip to content

Commit

Permalink
Document recently added audio metrics as features at risk (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos committed Mar 30, 2023
1 parent d609b27 commit 1e31e7c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -2658,6 +2658,9 @@ <h2>
produced by the device that got dropped before reaching the
media source.
</p>
<p class="note">
This metric is a feature at risk due to lack of consensus.
</p>
</dd>
<dt>
<dfn>droppedSamplesEvents</dfn> of type <span class=
Expand All @@ -2671,6 +2674,9 @@ <h2>
increase {{droppedSamplesDuration}} multiple times but is a
single dropped samples event.
</p>
<p class="note">
This metric is a feature at risk due to lack of consensus.
</p>
</dd>
<dt>
<dfn>totalCaptureDelay</dfn> of type <span class=
Expand All @@ -2685,6 +2691,9 @@ <h2>
used together with {{totalSamplesCaptured}} to calculate the
average capture delay per sample.
</p>
<p class="note">
This metric is a feature at risk due to lack of consensus.
</p>
</dd>
<dt>
<dfn>totalSamplesCaptured</dfn> of type <span class=
Expand All @@ -2699,6 +2708,9 @@ <h2>
necessarily the same as the frequency of encoders later in the
pipeline.
</p>
<p class="note">
This metric is a feature at risk due to lack of consensus.
</p>
</dd>
</dl>
</section>
Expand Down Expand Up @@ -2789,6 +2801,10 @@ <h3>
double totalPlayoutDelay;
unsigned long long totalSamplesCount;
};</pre>
<p class="note">
The {{RTCAudioPlayoutStats}} dictionary and all of its metrics are
features at risk due to lack of consensus.
</p>
<section>
<h2>
Dictionary {{RTCAudioPlayoutStats}} Members
Expand Down

0 comments on commit 1e31e7c

Please sign in to comment.