Skip to content

Commit

Permalink
aligning codec types with webrtc-pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Singh committed Feb 28, 2017
1 parent 06e017f commit 3149450
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
14 changes: 7 additions & 7 deletions webrtc-stats.html
Expand Up @@ -583,10 +583,10 @@ <h3>
<div>
<pre class="idl">dictionary RTCCodecStats : RTCStats {
unsigned long payloadType;
DOMString codec;
DOMString mimeType;
unsigned long clockRate;
unsigned long channels;
DOMString parameters;
DOMString sdpFmtpLine;
DOMString implementation;
};</pre>
<section>
Expand All @@ -605,12 +605,12 @@ <h2>
</p>
</dd>
<dt>
<dfn><code>codec</code></dfn> of type <span class=
<dfn><code>mimeType</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span>
</dt>
<dd>
<p>
e.g., video/vp8 or equivalent.
The codec MIME media type/subtype. e.g., video/vp8 or equivalent.
</p>
</dd>
<dt>
Expand All @@ -632,12 +632,12 @@ <h2>
</p>
</dd>
<dt>
<dfn><code>parameters</code></dfn> of type <span class=
<dfn><code>sdpFmtpLine</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span>
</dt>
<dd>
<p>
From the SDP description line.
The a=fmtp line in the SDP corresponding to the codec, as defined by [[!JSEP]] (section 5.7.).
</p>
</dd>
<dt>
Expand Down Expand Up @@ -807,7 +807,7 @@ <h2>
<dd>
<p>
The cumulative number of bursts of discarded RTP packets, Appendix A (e) of
[[!burst-gap-discard]].
[[!RFC8015]].
</p>
</dd>
<dt>
Expand Down
18 changes: 7 additions & 11 deletions webrtc-stats.js
Expand Up @@ -94,17 +94,13 @@ var respecConfig = {
status: "Internet Draft",
publisher: "IETF"
},
"burst-gap-discard": {
title: "RTCP XR Block for Independent Reporting of Burst/Gap Discard Metric",
href: "https://tools.ietf.org/html/draft-ietf-xrblock-independent-burst-gap-discard",
authors: [
"Varun Singh",
"Colin Perkins",
"Alan Clark",
"Rachel Huang"
],
status: "Internet Draft",
publisher: "IETF"
"JSEP": {
"authors":["Justin Uberti","Cullen Jennings","Eric Rescorla"],
"href": "http://datatracker.ietf.org/doc/draft-ietf-rtcweb-jsep/",
"publisher": "IETF",
"status": "Active Internet-Draft",
"title": "Javascript Session Establishment Protocol",
"date": "16 January 2017"
}
},
afterEnd: function markFingerprinting () {
Expand Down

0 comments on commit 3149450

Please sign in to comment.