The web.rtc.RTCRtpStreamStats dictionary is returned by the
RTCRtpSender.getStats(), and RTCRtpReceiver.getStats() methods
provide detailed statistics about WebRTC connectivity.
The `web.rtc.RTCRtpStreamStats` dictionary is returned by the `RTCRtpSender.getStats()`, and `RTCRtpReceiver.getStats()` methods provide detailed statistics about WebRTC connectivity.
(codec-id this)Property.
The web.rtc.RTCRtpStreamStats dictionary's codecId property
a string which uniquely identifies the object that was inspected
produce the data in the RTCCodecStats for the RTP stream.
var codecID = RTCRtpStreamStats.codecId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/codecId
Property. The `web.rtc.RTCRtpStreamStats` dictionary's codecId property a string which uniquely identifies the object that was inspected produce the data in the `RTCCodecStats` for the RTP stream. `var codecID = RTCRtpStreamStats.codecId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/codecId`
(fir-count this)Property.
The firCount property of the web.rtc.RTCRtpStreamStats dictionary
the number of Full Intra Request (FIR) packets have been sent
the receiver to the sender.
var firCount = RTCRtpStreamStats.firCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/firCount
Property. The firCount property of the `web.rtc.RTCRtpStreamStats` dictionary the number of Full Intra Request (FIR) packets have been sent the receiver to the sender. `var firCount = RTCRtpStreamStats.firCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/firCount`
(kind this)Property.
The kind property of the web.rtc.RTCRtpStreamStats dictionary
a string indicating whether the described RTP stream contains
or video media.
mediaKind = RTCRtpStreamStats.kind;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/kind
Property. The kind property of the `web.rtc.RTCRtpStreamStats` dictionary a string indicating whether the described RTP stream contains or video media. `mediaKind = RTCRtpStreamStats.kind;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/kind`
(nack-count this)Property.
The nackCount property of the web.rtc.RTCRtpStreamStats dictionary
a numeric value indicating the number of times the receiver sent
NACK packet to the sender.
var nackCount = RTCRtpStreamStats.nackCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/nackCount
Property. The nackCount property of the `web.rtc.RTCRtpStreamStats` dictionary a numeric value indicating the number of times the receiver sent NACK packet to the sender. `var nackCount = RTCRtpStreamStats.nackCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/nackCount`
(pli-count this)Property.
The pliCount property of the web.rtc.RTCRtpStreamStats dictionary
the number of times the stream's receiving end sent a Picture
Indication (PLI) packet to the sender.
var pliCount = RTCRtpStreamStats.pliCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/pliCount
Property. The pliCount property of the `web.rtc.RTCRtpStreamStats` dictionary the number of times the stream's receiving end sent a Picture Indication (PLI) packet to the sender. `var pliCount = RTCRtpStreamStats.pliCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/pliCount`
(qp-sum this)Property.
The qpSum property of the web.rtc.RTCRtpStreamStats dictionary
a value generated by adding the Quantization Parameter (QP) values
every frame sent or received to date on the video track corresponding
this RTCRtpStreamStats object.
var qpSum = RTCRtpStreamStats.qpSum;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/qpSum
Property. The qpSum property of the `web.rtc.RTCRtpStreamStats` dictionary a value generated by adding the Quantization Parameter (QP) values every frame sent or received to date on the video track corresponding this RTCRtpStreamStats object. `var qpSum = RTCRtpStreamStats.qpSum;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/qpSum`
(set-codec-id! this val)Property.
The web.rtc.RTCRtpStreamStats dictionary's codecId property
a string which uniquely identifies the object that was inspected
produce the data in the RTCCodecStats for the RTP stream.
var codecID = RTCRtpStreamStats.codecId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/codecId
Property. The `web.rtc.RTCRtpStreamStats` dictionary's codecId property a string which uniquely identifies the object that was inspected produce the data in the `RTCCodecStats` for the RTP stream. `var codecID = RTCRtpStreamStats.codecId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/codecId`
(set-fir-count! this val)Property.
The firCount property of the web.rtc.RTCRtpStreamStats dictionary
the number of Full Intra Request (FIR) packets have been sent
the receiver to the sender.
var firCount = RTCRtpStreamStats.firCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/firCount
Property. The firCount property of the `web.rtc.RTCRtpStreamStats` dictionary the number of Full Intra Request (FIR) packets have been sent the receiver to the sender. `var firCount = RTCRtpStreamStats.firCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/firCount`
(set-kind! this val)Property.
The kind property of the web.rtc.RTCRtpStreamStats dictionary
a string indicating whether the described RTP stream contains
or video media.
mediaKind = RTCRtpStreamStats.kind;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/kind
Property. The kind property of the `web.rtc.RTCRtpStreamStats` dictionary a string indicating whether the described RTP stream contains or video media. `mediaKind = RTCRtpStreamStats.kind;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/kind`
(set-nack-count! this val)Property.
The nackCount property of the web.rtc.RTCRtpStreamStats dictionary
a numeric value indicating the number of times the receiver sent
NACK packet to the sender.
var nackCount = RTCRtpStreamStats.nackCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/nackCount
Property. The nackCount property of the `web.rtc.RTCRtpStreamStats` dictionary a numeric value indicating the number of times the receiver sent NACK packet to the sender. `var nackCount = RTCRtpStreamStats.nackCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/nackCount`
(set-pli-count! this val)Property.
The pliCount property of the web.rtc.RTCRtpStreamStats dictionary
the number of times the stream's receiving end sent a Picture
Indication (PLI) packet to the sender.
var pliCount = RTCRtpStreamStats.pliCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/pliCount
Property. The pliCount property of the `web.rtc.RTCRtpStreamStats` dictionary the number of times the stream's receiving end sent a Picture Indication (PLI) packet to the sender. `var pliCount = RTCRtpStreamStats.pliCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/pliCount`
(set-qp-sum! this val)Property.
The qpSum property of the web.rtc.RTCRtpStreamStats dictionary
a value generated by adding the Quantization Parameter (QP) values
every frame sent or received to date on the video track corresponding
this RTCRtpStreamStats object.
var qpSum = RTCRtpStreamStats.qpSum;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/qpSum
Property. The qpSum property of the `web.rtc.RTCRtpStreamStats` dictionary a value generated by adding the Quantization Parameter (QP) values every frame sent or received to date on the video track corresponding this RTCRtpStreamStats object. `var qpSum = RTCRtpStreamStats.qpSum;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/qpSum`
(set-sli-count! this val)Property.
The sliCount property of the web.rtc.RTCRtpStreamStats dictionary
how many Slice Loss Indication (SLI) packets were received by
sender.
var sliCount = RTCRtpStreamStats.sliCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/sliCount
Property. The sliCount property of the `web.rtc.RTCRtpStreamStats` dictionary how many Slice Loss Indication (SLI) packets were received by sender. `var sliCount = RTCRtpStreamStats.sliCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/sliCount`
(set-ssrc! this val)Property.
The web.rtc.RTCRtpStreamStats dictionary's ssrc property is
integer which uniquely identifies the source of the RTP packets
statistics are covered by the web.rtc.RTCStatsReport that includes
RTCRtpStreamStats dictionary.
var ssrc = RTCRtpStreamStats.ssrc;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/ssrc
Property. The `web.rtc.RTCRtpStreamStats` dictionary's ssrc property is integer which uniquely identifies the source of the RTP packets statistics are covered by the `web.rtc.RTCStatsReport` that includes RTCRtpStreamStats dictionary. `var ssrc = RTCRtpStreamStats.ssrc;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/ssrc`
(set-track-id! this val)Property.
The web.rtc.RTCRtpStreamStats dictionary's trackId property
a string which uniquely identifies the RTCMediaStreamTrackStats
which contains the track statistics for the web.video.MediaStreamTrack
which statistics are provided in this object.
var trackID = RTCRtpStreamStats.trackId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/trackId
Property. The `web.rtc.RTCRtpStreamStats` dictionary's trackId property a string which uniquely identifies the `RTCMediaStreamTrackStats` which contains the track statistics for the `web.video.MediaStreamTrack` which statistics are provided in this object. `var trackID = RTCRtpStreamStats.trackId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/trackId`
(set-transport-id! this val)Property.
The web.rtc.RTCRtpStreamStats dictionary's transportId property
a string which uniquely identifies the object from which the
contained in the RTCTransportStats properties in the web.rtc.RTCStatsReport.
var transportID = RTCRtpStreamStats.transportId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/transportId
Property. The `web.rtc.RTCRtpStreamStats` dictionary's transportId property a string which uniquely identifies the object from which the contained in the `RTCTransportStats` properties in the `web.rtc.RTCStatsReport`. `var transportID = RTCRtpStreamStats.transportId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/transportId`
(sli-count this)Property.
The sliCount property of the web.rtc.RTCRtpStreamStats dictionary
how many Slice Loss Indication (SLI) packets were received by
sender.
var sliCount = RTCRtpStreamStats.sliCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/sliCount
Property. The sliCount property of the `web.rtc.RTCRtpStreamStats` dictionary how many Slice Loss Indication (SLI) packets were received by sender. `var sliCount = RTCRtpStreamStats.sliCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/sliCount`
(ssrc this)Property.
The web.rtc.RTCRtpStreamStats dictionary's ssrc property is
integer which uniquely identifies the source of the RTP packets
statistics are covered by the web.rtc.RTCStatsReport that includes
RTCRtpStreamStats dictionary.
var ssrc = RTCRtpStreamStats.ssrc;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/ssrc
Property. The `web.rtc.RTCRtpStreamStats` dictionary's ssrc property is integer which uniquely identifies the source of the RTP packets statistics are covered by the `web.rtc.RTCStatsReport` that includes RTCRtpStreamStats dictionary. `var ssrc = RTCRtpStreamStats.ssrc;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/ssrc`
(track-id this)Property.
The web.rtc.RTCRtpStreamStats dictionary's trackId property
a string which uniquely identifies the RTCMediaStreamTrackStats
which contains the track statistics for the web.video.MediaStreamTrack
which statistics are provided in this object.
var trackID = RTCRtpStreamStats.trackId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/trackId
Property. The `web.rtc.RTCRtpStreamStats` dictionary's trackId property a string which uniquely identifies the `RTCMediaStreamTrackStats` which contains the track statistics for the `web.video.MediaStreamTrack` which statistics are provided in this object. `var trackID = RTCRtpStreamStats.trackId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/trackId`
(transport-id this)Property.
The web.rtc.RTCRtpStreamStats dictionary's transportId property
a string which uniquely identifies the object from which the
contained in the RTCTransportStats properties in the web.rtc.RTCStatsReport.
var transportID = RTCRtpStreamStats.transportId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/transportId
Property. The `web.rtc.RTCRtpStreamStats` dictionary's transportId property a string which uniquely identifies the object from which the contained in the `RTCTransportStats` properties in the `web.rtc.RTCStatsReport`. `var transportID = RTCRtpStreamStats.transportId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/transportId`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |