Liking cljdoc? Tell your friends :D

web.rtc.RTCOutboundRtpStreamStats

The RTCOutboundRtpStreamStats dictionary is the web.rtc.RTCStats-based which provides metrics and statistics related to an outbound stream being sent by an web.audio.RTCRtpSender.

The RTCOutboundRtpStreamStats dictionary is the `web.rtc.RTCStats`-based
which provides metrics and statistics related to an outbound
stream being sent by an `web.audio.RTCRtpSender`.
raw docstring

average-rtcp-intervalcljs

(average-rtcp-interval this)

Property.

The averageRtcpInterval property of the web.rtc.RTCOutboundRtpStreamStats is a floating-point value indicating the average time that should between transmissions of RTCP packets on this stream.

var averageRtcpInterval = RTCOutboundRtpStreamStats.averageRtcpInterval;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/averageRtcpInterval

Property.

The averageRtcpInterval property of the `web.rtc.RTCOutboundRtpStreamStats`
is a floating-point value indicating the average time that should
between transmissions of RTCP packets on this stream.

`var averageRtcpInterval = RTCOutboundRtpStreamStats.averageRtcpInterval;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/averageRtcpInterval`
sourceraw docstring

fir-countcljs

(fir-count this)

Property.

The firCount property of the web.rtc.RTCOutboundRtpStreamStats indicates the number of Full Intra Request (FIR) that the remote has sent to this web.audio.RTCRtpSender.

var firCount = RTCOutboundRtpStreamStats.firCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/firCount

Property.

The firCount property of the `web.rtc.RTCOutboundRtpStreamStats`
indicates the number of Full Intra Request (FIR) that the remote
has sent to this `web.audio.RTCRtpSender`.

`var firCount = RTCOutboundRtpStreamStats.firCount;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/firCount`
sourceraw docstring

frames-encodedcljs

(frames-encoded this)

Property.

The framesEncoded property of the web.rtc.RTCOutboundRtpStreamStats indicates the total number of frames that have been encoded by web.audio.RTCRtpSender for this media source.

var framesEncoded = RTCOutboundRtpStreamStats.framesEncoded;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/framesEncoded

Property.

The framesEncoded property of the `web.rtc.RTCOutboundRtpStreamStats`
indicates the total number of frames that have been encoded by
`web.audio.RTCRtpSender` for this media source.

`var framesEncoded = RTCOutboundRtpStreamStats.framesEncoded;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/framesEncoded`
sourceraw docstring

last-packet-sent-timestampcljs

(last-packet-sent-timestamp this)

Property.

The lastPacketSentTimestamp property of the web.rtc.RTCOutboundRtpStreamStats indicates the time at which the web.audio.RTCRtpSender described this web.rtc.RTCOutboundRtpStreamStats object last transmitted packet to the remote receiver.

var lastPacketTimestamp = RTCOutboundRtpStreamStats.lastPacketSentTimestamp;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/lastPacketSentTimestamp

Property.

The lastPacketSentTimestamp property of the `web.rtc.RTCOutboundRtpStreamStats`
indicates the time at which the `web.audio.RTCRtpSender` described
this `web.rtc.RTCOutboundRtpStreamStats` object last transmitted
packet to the remote receiver.

`var lastPacketTimestamp = RTCOutboundRtpStreamStats.lastPacketSentTimestamp;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/lastPacketSentTimestamp`
sourceraw docstring

nack-countcljs

(nack-count this)

Property.

The nackCount property of the web.rtc.RTCOutboundRtpStreamStats is a numeric value indicating the number of times the web.audio.RTCRtpSender by this object received a NACK packet from the remote receiver.

var nackCount = RTCOutboundRtpStreamStats.nackCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/nackCount

Property.

The nackCount property of the `web.rtc.RTCOutboundRtpStreamStats`
is a numeric value indicating the number of times the `web.audio.RTCRtpSender`
by this object received a NACK packet from the remote receiver.

`var nackCount = RTCOutboundRtpStreamStats.nackCount;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/nackCount`
sourceraw docstring

per-dscp-packets-sentcljs

(per-dscp-packets-sent this)

Property.

The perDscpPacketsSent property of the web.rtc.RTCOutboundRtpStreamStats is a record comprised of key/value pairs in which each key is string representation of a Differentiated Services Code Point the value is the number of packets sent for that DCSP.

var perDscpPacketsSent = RTCOutboundRtpStreamStats.perDscpPacketsSent;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/perDscpPacketsSent

Property.

The perDscpPacketsSent property of the `web.rtc.RTCOutboundRtpStreamStats`
is a record comprised of key/value pairs in which each key is
string representation of a Differentiated Services Code Point
the value is the number of packets sent for that DCSP.

`var perDscpPacketsSent = RTCOutboundRtpStreamStats.perDscpPacketsSent;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/perDscpPacketsSent`
sourceraw docstring

pli-countcljs

(pli-count this)

Property.

The pliCount property of the web.rtc.RTCOutboundRtpStreamStats states the number of times the remote peer's web.rtc.RTCRtpReceiver a Picture Loss Indication (PLI) packet to the web.audio.RTCRtpSender which this object provides statistics.

var pliCount = RTCOutboundRtpStreamStats.pliCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/pliCount

Property.

The pliCount property of the `web.rtc.RTCOutboundRtpStreamStats`
states the number of times the remote peer's `web.rtc.RTCRtpReceiver`
a Picture Loss Indication (PLI) packet to the `web.audio.RTCRtpSender`
which this object provides statistics.

`var pliCount = RTCOutboundRtpStreamStats.pliCount;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/pliCount`
sourceraw docstring

qp-sumcljs

(qp-sum this)

Property.

The qpSum property of the web.rtc.RTCOutboundRtpStreamStats is a value generated by adding the Quantization Parameter (QP) for every frame this sender has produced to date on the video corresponding to this RTCOutboundRtpStreamStats object.

var qpSum = RTCOutboundRtpStreamStats.qpSum;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/qpSum

Property.

The qpSum property of the `web.rtc.RTCOutboundRtpStreamStats`
is a value generated by adding the Quantization Parameter (QP)
for every frame this sender has produced to date on the video
corresponding to this RTCOutboundRtpStreamStats object.

`var qpSum = RTCOutboundRtpStreamStats.qpSum;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/qpSum`
sourceraw docstring

quality-limitation-reasoncljs

(quality-limitation-reason this)

Property.

The qualityLimitationReason property of the web.rtc.RTCOutboundRtpStreamStats is a string indicating the reason why the media quality in the is currently being reduced by the codec during encoding, or none no quality reduction is being performed.

var qualityLimitationReason = RTCOutboundRtpStreamStats.qualityLimitationReason;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/qualityLimitationReason

Property.

The qualityLimitationReason property of the `web.rtc.RTCOutboundRtpStreamStats`
is a string indicating the reason why the media quality in the
is currently being reduced by the codec during encoding, or none
no quality reduction is being performed.

`var qualityLimitationReason = RTCOutboundRtpStreamStats.qualityLimitationReason;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/qualityLimitationReason`
sourceraw docstring

remote-idcljs

(remote-id this)

Property.

The remoteId property of the web.rtc.RTCOutboundRtpStreamStats specifies the id of the RTCRemoteInboundRtpStreamStats object the remote peer's web.rtc.RTCRtpReceiver which is sending the to the local peer for this SSRC.

var remoteStatsId = RTCOutboundRtpStreamStats.remoteId;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/remoteId

Property.

The remoteId property of the `web.rtc.RTCOutboundRtpStreamStats`
specifies the `id` of the `RTCRemoteInboundRtpStreamStats` object
the remote peer's `web.rtc.RTCRtpReceiver` which is sending the
to the local peer for this SSRC.

`var remoteStatsId = RTCOutboundRtpStreamStats.remoteId;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/remoteId`
sourceraw docstring

set-average-rtcp-interval!cljs

(set-average-rtcp-interval! this val)

Property.

The averageRtcpInterval property of the web.rtc.RTCOutboundRtpStreamStats is a floating-point value indicating the average time that should between transmissions of RTCP packets on this stream.

var averageRtcpInterval = RTCOutboundRtpStreamStats.averageRtcpInterval;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/averageRtcpInterval

Property.

The averageRtcpInterval property of the `web.rtc.RTCOutboundRtpStreamStats`
is a floating-point value indicating the average time that should
between transmissions of RTCP packets on this stream.

`var averageRtcpInterval = RTCOutboundRtpStreamStats.averageRtcpInterval;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/averageRtcpInterval`
sourceraw docstring

set-fir-count!cljs

(set-fir-count! this val)

Property.

The firCount property of the web.rtc.RTCOutboundRtpStreamStats indicates the number of Full Intra Request (FIR) that the remote has sent to this web.audio.RTCRtpSender.

var firCount = RTCOutboundRtpStreamStats.firCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/firCount

Property.

The firCount property of the `web.rtc.RTCOutboundRtpStreamStats`
indicates the number of Full Intra Request (FIR) that the remote
has sent to this `web.audio.RTCRtpSender`.

`var firCount = RTCOutboundRtpStreamStats.firCount;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/firCount`
sourceraw docstring

set-frames-encoded!cljs

(set-frames-encoded! this val)

Property.

The framesEncoded property of the web.rtc.RTCOutboundRtpStreamStats indicates the total number of frames that have been encoded by web.audio.RTCRtpSender for this media source.

var framesEncoded = RTCOutboundRtpStreamStats.framesEncoded;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/framesEncoded

Property.

The framesEncoded property of the `web.rtc.RTCOutboundRtpStreamStats`
indicates the total number of frames that have been encoded by
`web.audio.RTCRtpSender` for this media source.

`var framesEncoded = RTCOutboundRtpStreamStats.framesEncoded;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/framesEncoded`
sourceraw docstring

set-last-packet-sent-timestamp!cljs

(set-last-packet-sent-timestamp! this val)

Property.

The lastPacketSentTimestamp property of the web.rtc.RTCOutboundRtpStreamStats indicates the time at which the web.audio.RTCRtpSender described this web.rtc.RTCOutboundRtpStreamStats object last transmitted packet to the remote receiver.

var lastPacketTimestamp = RTCOutboundRtpStreamStats.lastPacketSentTimestamp;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/lastPacketSentTimestamp

Property.

The lastPacketSentTimestamp property of the `web.rtc.RTCOutboundRtpStreamStats`
indicates the time at which the `web.audio.RTCRtpSender` described
this `web.rtc.RTCOutboundRtpStreamStats` object last transmitted
packet to the remote receiver.

`var lastPacketTimestamp = RTCOutboundRtpStreamStats.lastPacketSentTimestamp;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/lastPacketSentTimestamp`
sourceraw docstring

set-nack-count!cljs

(set-nack-count! this val)

Property.

The nackCount property of the web.rtc.RTCOutboundRtpStreamStats is a numeric value indicating the number of times the web.audio.RTCRtpSender by this object received a NACK packet from the remote receiver.

var nackCount = RTCOutboundRtpStreamStats.nackCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/nackCount

Property.

The nackCount property of the `web.rtc.RTCOutboundRtpStreamStats`
is a numeric value indicating the number of times the `web.audio.RTCRtpSender`
by this object received a NACK packet from the remote receiver.

`var nackCount = RTCOutboundRtpStreamStats.nackCount;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/nackCount`
sourceraw docstring

set-per-dscp-packets-sent!cljs

(set-per-dscp-packets-sent! this val)

Property.

The perDscpPacketsSent property of the web.rtc.RTCOutboundRtpStreamStats is a record comprised of key/value pairs in which each key is string representation of a Differentiated Services Code Point the value is the number of packets sent for that DCSP.

var perDscpPacketsSent = RTCOutboundRtpStreamStats.perDscpPacketsSent;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/perDscpPacketsSent

Property.

The perDscpPacketsSent property of the `web.rtc.RTCOutboundRtpStreamStats`
is a record comprised of key/value pairs in which each key is
string representation of a Differentiated Services Code Point
the value is the number of packets sent for that DCSP.

`var perDscpPacketsSent = RTCOutboundRtpStreamStats.perDscpPacketsSent;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/perDscpPacketsSent`
sourceraw docstring

set-pli-count!cljs

(set-pli-count! this val)

Property.

The pliCount property of the web.rtc.RTCOutboundRtpStreamStats states the number of times the remote peer's web.rtc.RTCRtpReceiver a Picture Loss Indication (PLI) packet to the web.audio.RTCRtpSender which this object provides statistics.

var pliCount = RTCOutboundRtpStreamStats.pliCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/pliCount

Property.

The pliCount property of the `web.rtc.RTCOutboundRtpStreamStats`
states the number of times the remote peer's `web.rtc.RTCRtpReceiver`
a Picture Loss Indication (PLI) packet to the `web.audio.RTCRtpSender`
which this object provides statistics.

`var pliCount = RTCOutboundRtpStreamStats.pliCount;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/pliCount`
sourceraw docstring

set-qp-sum!cljs

(set-qp-sum! this val)

Property.

The qpSum property of the web.rtc.RTCOutboundRtpStreamStats is a value generated by adding the Quantization Parameter (QP) for every frame this sender has produced to date on the video corresponding to this RTCOutboundRtpStreamStats object.

var qpSum = RTCOutboundRtpStreamStats.qpSum;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/qpSum

Property.

The qpSum property of the `web.rtc.RTCOutboundRtpStreamStats`
is a value generated by adding the Quantization Parameter (QP)
for every frame this sender has produced to date on the video
corresponding to this RTCOutboundRtpStreamStats object.

`var qpSum = RTCOutboundRtpStreamStats.qpSum;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/qpSum`
sourceraw docstring

set-quality-limitation-reason!cljs

(set-quality-limitation-reason! this val)

Property.

The qualityLimitationReason property of the web.rtc.RTCOutboundRtpStreamStats is a string indicating the reason why the media quality in the is currently being reduced by the codec during encoding, or none no quality reduction is being performed.

var qualityLimitationReason = RTCOutboundRtpStreamStats.qualityLimitationReason;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/qualityLimitationReason

Property.

The qualityLimitationReason property of the `web.rtc.RTCOutboundRtpStreamStats`
is a string indicating the reason why the media quality in the
is currently being reduced by the codec during encoding, or none
no quality reduction is being performed.

`var qualityLimitationReason = RTCOutboundRtpStreamStats.qualityLimitationReason;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/qualityLimitationReason`
sourceraw docstring

set-remote-id!cljs

(set-remote-id! this val)

Property.

The remoteId property of the web.rtc.RTCOutboundRtpStreamStats specifies the id of the RTCRemoteInboundRtpStreamStats object the remote peer's web.rtc.RTCRtpReceiver which is sending the to the local peer for this SSRC.

var remoteStatsId = RTCOutboundRtpStreamStats.remoteId;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/remoteId

Property.

The remoteId property of the `web.rtc.RTCOutboundRtpStreamStats`
specifies the `id` of the `RTCRemoteInboundRtpStreamStats` object
the remote peer's `web.rtc.RTCRtpReceiver` which is sending the
to the local peer for this SSRC.

`var remoteStatsId = RTCOutboundRtpStreamStats.remoteId;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/remoteId`
sourceraw docstring

set-sli-count!cljs

(set-sli-count! this val)

Property.

The sliCount property of the web.rtc.RTCOutboundRtpStreamStats indicates how many Slice Loss Indication (SLI) packets the web.audio.RTCRtpSender from the remote web.rtc.RTCRtpReceiver for the RTP stream described this object.

var sliCount = RTCOutboundRtpStreamStats.sliCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/sliCount

Property.

The sliCount property of the `web.rtc.RTCOutboundRtpStreamStats`
indicates how many Slice Loss Indication (SLI) packets the `web.audio.RTCRtpSender`
from the remote `web.rtc.RTCRtpReceiver` for the RTP stream described
this object.

`var sliCount = RTCOutboundRtpStreamStats.sliCount;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/sliCount`
sourceraw docstring

set-track-id!cljs

(set-track-id! this val)

Property.

The trackId property of the web.rtc.RTCOutboundRtpStreamStats indicates the id of the RTCSenderAudioTrackAttachmentStats RTCSenderVideoTrackAttachmentStats object representing the which is being sent on this stream.

var trackStatsId = RTCOutboundRtpStreamStats.trackId;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/trackId

Property.

The trackId property of the `web.rtc.RTCOutboundRtpStreamStats`
indicates the `id` of the `RTCSenderAudioTrackAttachmentStats`
`RTCSenderVideoTrackAttachmentStats` object representing the
which is being sent on this stream.

`var trackStatsId = RTCOutboundRtpStreamStats.trackId;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/trackId`
sourceraw docstring

sli-countcljs

(sli-count this)

Property.

The sliCount property of the web.rtc.RTCOutboundRtpStreamStats indicates how many Slice Loss Indication (SLI) packets the web.audio.RTCRtpSender from the remote web.rtc.RTCRtpReceiver for the RTP stream described this object.

var sliCount = RTCOutboundRtpStreamStats.sliCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/sliCount

Property.

The sliCount property of the `web.rtc.RTCOutboundRtpStreamStats`
indicates how many Slice Loss Indication (SLI) packets the `web.audio.RTCRtpSender`
from the remote `web.rtc.RTCRtpReceiver` for the RTP stream described
this object.

`var sliCount = RTCOutboundRtpStreamStats.sliCount;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/sliCount`
sourceraw docstring

track-idcljs

(track-id this)

Property.

The trackId property of the web.rtc.RTCOutboundRtpStreamStats indicates the id of the RTCSenderAudioTrackAttachmentStats RTCSenderVideoTrackAttachmentStats object representing the which is being sent on this stream.

var trackStatsId = RTCOutboundRtpStreamStats.trackId;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/trackId

Property.

The trackId property of the `web.rtc.RTCOutboundRtpStreamStats`
indicates the `id` of the `RTCSenderAudioTrackAttachmentStats`
`RTCSenderVideoTrackAttachmentStats` object representing the
which is being sent on this stream.

`var trackStatsId = RTCOutboundRtpStreamStats.trackId;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/trackId`
sourceraw docstring

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

× close