The rtc.RTCRtpStreamStats
dictionary is returned by the rtc.RTCPeerConnection.getStats()
,
and rtc.RTCRtpReceiver.getStats()
methods to provide detailed
about WebRTC connectivity.
The `rtc.RTCRtpStreamStats` dictionary is returned by the `rtc.RTCPeerConnection.getStats()`, and `rtc.RTCRtpReceiver.getStats()` methods to provide detailed about WebRTC connectivity.
(codec-id this)
Property.
The rtc.RTCRtpStreamStats
dictionary's codecId property is
string which uniquely identifies the object that was inspected
produce the data in the rtc.RTCCodecStats
for the RTP stream.
var codecID = RTCRtpStreamStats.codecId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/codecId
Property. The `rtc.RTCRtpStreamStats` dictionary's codecId property is string which uniquely identifies the object that was inspected produce the data in the `rtc.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 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 `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 rtc.RTCRtpStreamStats
dictionary is
string indicating whether the described RTP stream contains audio
video media.
mediaKind = RTCRtpStreamStats.kind;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/kind
Property. The kind property of the `rtc.RTCRtpStreamStats` dictionary is string indicating whether the described RTP stream contains audio 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 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 `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 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 `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 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 `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 rtc.RTCRtpStreamStats
dictionary's codecId property is
string which uniquely identifies the object that was inspected
produce the data in the rtc.RTCCodecStats
for the RTP stream.
var codecID = RTCRtpStreamStats.codecId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/codecId
Property. The `rtc.RTCRtpStreamStats` dictionary's codecId property is string which uniquely identifies the object that was inspected produce the data in the `rtc.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 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 `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 rtc.RTCRtpStreamStats
dictionary is
string indicating whether the described RTP stream contains audio
video media.
mediaKind = RTCRtpStreamStats.kind;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/kind
Property. The kind property of the `rtc.RTCRtpStreamStats` dictionary is string indicating whether the described RTP stream contains audio 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 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 `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 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 `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 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 `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 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 `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 rtc.RTCRtpStreamStats
dictionary's ssrc property is an
which uniquely identifies the source of the RTP packets whose
are covered by the rtc.RTCStatsReport
that includes this RTCRtpStreamStats
var ssrc = RTCRtpStreamStats.ssrc;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/ssrc
Property. The `rtc.RTCRtpStreamStats` dictionary's ssrc property is an which uniquely identifies the source of the RTP packets whose are covered by the `rtc.RTCStatsReport` that includes this RTCRtpStreamStats `var ssrc = RTCRtpStreamStats.ssrc;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/ssrc`
(set-track-id! this val)
Property.
The rtc.RTCRtpStreamStats
dictionary's trackId property is
string which uniquely identifies the rtc.RTCMediaStreamTrackStats
which contains the track statistics for the media.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 `rtc.RTCRtpStreamStats` dictionary's trackId property is string which uniquely identifies the `rtc.RTCMediaStreamTrackStats` which contains the track statistics for the `media.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 rtc.RTCRtpStreamStats
dictionary's transportId property
a string which uniquely identifies the object from which the
contained in the rtc.RTCTransportStats
properties in the rtc.RTCStatsReport
.
var transportID = RTCRtpStreamStats.transportId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/transportId
Property. The `rtc.RTCRtpStreamStats` dictionary's transportId property a string which uniquely identifies the object from which the contained in the `rtc.RTCTransportStats` properties in the `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 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 `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 rtc.RTCRtpStreamStats
dictionary's ssrc property is an
which uniquely identifies the source of the RTP packets whose
are covered by the rtc.RTCStatsReport
that includes this RTCRtpStreamStats
var ssrc = RTCRtpStreamStats.ssrc;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/ssrc
Property. The `rtc.RTCRtpStreamStats` dictionary's ssrc property is an which uniquely identifies the source of the RTP packets whose are covered by the `rtc.RTCStatsReport` that includes this RTCRtpStreamStats `var ssrc = RTCRtpStreamStats.ssrc;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/ssrc`
(track-id this)
Property.
The rtc.RTCRtpStreamStats
dictionary's trackId property is
string which uniquely identifies the rtc.RTCMediaStreamTrackStats
which contains the track statistics for the media.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 `rtc.RTCRtpStreamStats` dictionary's trackId property is string which uniquely identifies the `rtc.RTCMediaStreamTrackStats` which contains the track statistics for the `media.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 rtc.RTCRtpStreamStats
dictionary's transportId property
a string which uniquely identifies the object from which the
contained in the rtc.RTCTransportStats
properties in the rtc.RTCStatsReport
.
var transportID = RTCRtpStreamStats.transportId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/transportId
Property. The `rtc.RTCRtpStreamStats` dictionary's transportId property a string which uniquely identifies the object from which the contained in the `rtc.RTCTransportStats` properties in the `rtc.RTCStatsReport`. `var transportID = RTCRtpStreamStats.transportId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpStreamStats/transportId`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close