Liking cljdoc? Tell your friends :D

web.rtc.RTCRtpStreamStats

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.
raw docstring

codec-idcljs

(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`
sourceraw docstring

fir-countcljs

(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`
sourceraw docstring

kindcljs

(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`
sourceraw docstring

nack-countcljs

(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`
sourceraw docstring

pli-countcljs

(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`
sourceraw docstring

qp-sumcljs

(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`
sourceraw docstring

set-codec-id!cljs

(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`
sourceraw docstring

set-fir-count!cljs

(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`
sourceraw docstring

set-kind!cljs

(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`
sourceraw docstring

set-nack-count!cljs

(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`
sourceraw docstring

set-pli-count!cljs

(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`
sourceraw docstring

set-qp-sum!cljs

(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`
sourceraw docstring

set-sli-count!cljs

(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`
sourceraw docstring

set-ssrc!cljs

(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`
sourceraw docstring

set-track-id!cljs

(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`
sourceraw docstring

set-transport-id!cljs

(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`
sourceraw docstring

sli-countcljs

(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`
sourceraw docstring

ssrccljs

(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`
sourceraw docstring

track-idcljs

(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`
sourceraw docstring

transport-idcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close