Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document recently added audio metrics as features at risk #750

Merged
merged 1 commit into from
Mar 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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