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.video.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.video.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.video.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.video.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.video.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.video.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.video.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.video.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.video.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.video.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.video.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.video.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-durationscljs

(quality-limitation-durations this)

Property.

A record mapping each of the quality limitation reasons in the enumeration to a floating-point value indicating the number of the stream has spent with its quality limited for that reason.

Property.

A record mapping each of the quality limitation reasons in the
enumeration to a floating-point value indicating the number of
the stream has spent with its quality limited for that reason.
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

retransmitted-bytes-sentcljs

(retransmitted-bytes-sent this)

Property.

The total number of bytes that have been retransmitted for this as of the time the statistics were sampled. These retransmitted comprise the packets included in the value returned by retransmittedPacketsSent.

Property.

The total number of bytes that have been retransmitted for this
as of the time the statistics were sampled. These retransmitted
comprise the packets included in the value returned by retransmittedPacketsSent.
sourceraw docstring

retransmitted-packets-sentcljs

(retransmitted-packets-sent this)

Property.

The total number of packets that have needed to be retransmitted this source as of the time the statistics were sampled. These packets are included in the value returned by packetsSent.

Property.

The total number of packets that have needed to be retransmitted
this source as of the time the statistics were sampled. These
packets are included in the value returned by packetsSent.
sourceraw docstring

sender-idcljs

(sender-id this)

Property.

The {domxref("RTCStats.id", "id")}} of the RTCAudioSenderStats RTCVideoSenderStats object containing statistics about this stream's

Property.

The {domxref("RTCStats.id", "id")}} of the RTCAudioSenderStats
RTCVideoSenderStats object containing statistics about this stream's
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.video.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.video.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.video.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.video.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.video.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.video.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.video.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.video.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.video.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.video.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-durations!cljs

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

Property.

A record mapping each of the quality limitation reasons in the enumeration to a floating-point value indicating the number of the stream has spent with its quality limited for that reason.

Property.

A record mapping each of the quality limitation reasons in the
enumeration to a floating-point value indicating the number of
the stream has spent with its quality limited for that reason.
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-retransmitted-bytes-sent!cljs

(set-retransmitted-bytes-sent! this val)

Property.

The total number of bytes that have been retransmitted for this as of the time the statistics were sampled. These retransmitted comprise the packets included in the value returned by retransmittedPacketsSent.

Property.

The total number of bytes that have been retransmitted for this
as of the time the statistics were sampled. These retransmitted
comprise the packets included in the value returned by retransmittedPacketsSent.
sourceraw docstring

set-retransmitted-packets-sent!cljs

(set-retransmitted-packets-sent! this val)

Property.

The total number of packets that have needed to be retransmitted this source as of the time the statistics were sampled. These packets are included in the value returned by packetsSent.

Property.

The total number of packets that have needed to be retransmitted
this source as of the time the statistics were sampled. These
packets are included in the value returned by packetsSent.
sourceraw docstring

set-sender-id!cljs

(set-sender-id! this val)

Property.

The {domxref("RTCStats.id", "id")}} of the RTCAudioSenderStats RTCVideoSenderStats object containing statistics about this stream's

Property.

The {domxref("RTCStats.id", "id")}} of the RTCAudioSenderStats
RTCVideoSenderStats object containing statistics about this stream's
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.video.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.video.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-target-bitrate!cljs

(set-target-bitrate! this val)

Property.

A value indicating the bit rate the RTCRtpSender's codec is configured attempt to achieve in its output media.

Property.

A value indicating the bit rate the RTCRtpSender's codec is configured
attempt to achieve in its output media.
sourceraw docstring

set-total-encode-time!cljs

(set-total-encode-time! this val)

Property.

A floating-point value indicating the total number of seconds have been spent encoding the frames encoded so far by this RTCRtpSender.

Property.

A floating-point value indicating the total number of seconds
have been spent encoding the frames encoded so far by this RTCRtpSender.
sourceraw docstring

set-total-encoded-bytes-target!cljs

(set-total-encoded-bytes-target! this val)

Property.

A cumulative sum of the target frame sizes (the targeted maximum of the frame in bytes when the codec is asked to compress it) all of the frames encoded so far. This will likely differ from total of the actual frame sizes.

Property.

A cumulative sum of the target frame sizes (the targeted maximum
of the frame in bytes when the codec is asked to compress it)
all of the frames encoded so far. This will likely differ from
total of the actual frame sizes.
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.video.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.video.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

target-bitratecljs

(target-bitrate this)

Property.

A value indicating the bit rate the RTCRtpSender's codec is configured attempt to achieve in its output media.

Property.

A value indicating the bit rate the RTCRtpSender's codec is configured
attempt to achieve in its output media.
sourceraw docstring

total-encode-timecljs

(total-encode-time this)

Property.

A floating-point value indicating the total number of seconds have been spent encoding the frames encoded so far by this RTCRtpSender.

Property.

A floating-point value indicating the total number of seconds
have been spent encoding the frames encoded so far by this RTCRtpSender.
sourceraw docstring

total-encoded-bytes-targetcljs

(total-encoded-bytes-target this)

Property.

A cumulative sum of the target frame sizes (the targeted maximum of the frame in bytes when the codec is asked to compress it) all of the frames encoded so far. This will likely differ from total of the actual frame sizes.

Property.

A cumulative sum of the target frame sizes (the targeted maximum
of the frame in bytes when the codec is asked to compress it)
all of the frames encoded so far. This will likely differ from
total of the actual frame sizes.
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