Liking cljdoc? Tell your friends :D

rtc.RTCRtpStreamStats

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

codec-idcljs

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

fir-countcljs

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

kindcljs

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

nack-countcljs

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

pli-countcljs

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

qp-sumcljs

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

set-codec-id!cljs

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

set-fir-count!cljs

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

set-kind!cljs

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

set-nack-count!cljs

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

set-pli-count!cljs

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

set-qp-sum!cljs

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

set-sli-count!cljs

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

set-ssrc!cljs

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

set-track-id!cljs

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

set-transport-id!cljs

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

sli-countcljs

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

ssrccljs

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

track-idcljs

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

transport-idcljs

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

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

× close