The RTCOutboundRtpStreamStats dictionary is the rtc.RTCStats
-based
which provides metrics and statistics related to an outbound
stream being sent by an rtc.RTCRtpSender
.
The RTCOutboundRtpStreamStats dictionary is the `rtc.RTCStats`-based which provides metrics and statistics related to an outbound stream being sent by an `rtc.RTCRtpSender`.
(average-rtcp-interval this)
Property.
The averageRtcpInterval property of the 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 `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`
(fir-count this)
Property.
The firCount property of the rtc.RTCOutboundRtpStreamStats
indicates the number of Full Intra Request (FIR) that the remote
has sent to this rtc.RTCRtpSender
.
var firCount = RTCOutboundRtpStreamStats.firCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/firCount
Property. The firCount property of the `rtc.RTCOutboundRtpStreamStats` indicates the number of Full Intra Request (FIR) that the remote has sent to this `rtc.RTCRtpSender`. `var firCount = RTCOutboundRtpStreamStats.firCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/firCount`
(frames-encoded this)
Property.
The framesEncoded property of the rtc.RTCOutboundRtpStreamStats
indicates the total number of frames that have been encoded by
rtc.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 `rtc.RTCOutboundRtpStreamStats` indicates the total number of frames that have been encoded by `rtc.RTCRtpSender` for this media source. `var framesEncoded = RTCOutboundRtpStreamStats.framesEncoded;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/framesEncoded`
(last-packet-sent-timestamp this)
Property.
The lastPacketSentTimestamp property of the rtc.RTCOutboundRtpStreamStats
indicates the time at which the rtc.RTCRtpSender
described
this 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 `rtc.RTCOutboundRtpStreamStats` indicates the time at which the `rtc.RTCRtpSender` described this `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`
(nack-count this)
Property.
The nackCount property of the rtc.RTCOutboundRtpStreamStats
is a numeric value indicating the number of times the rtc.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 `rtc.RTCOutboundRtpStreamStats` is a numeric value indicating the number of times the `rtc.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`
(per-dscp-packets-sent this)
Property.
The perDscpPacketsSent property of the 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 `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`
(pli-count this)
Property.
The pliCount property of the rtc.RTCOutboundRtpStreamStats
states the number of times the remote peer's rtc.RTCRtpReceiver
a Picture Loss Indication (PLI) packet to the rtc.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 `rtc.RTCOutboundRtpStreamStats` states the number of times the remote peer's `rtc.RTCRtpReceiver` a Picture Loss Indication (PLI) packet to the `rtc.RTCRtpSender` which this object provides statistics. `var pliCount = RTCOutboundRtpStreamStats.pliCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/pliCount`
(qp-sum this)
Property.
The qpSum property of the rtc.RTCOutboundRtpStreamStats
dictionary
a value generated by adding the Quantization Parameter (QP) values
every frame this sender has produced to date on the video track
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 `rtc.RTCOutboundRtpStreamStats` dictionary a value generated by adding the Quantization Parameter (QP) values every frame this sender has produced to date on the video track to this RTCOutboundRtpStreamStats object. `var qpSum = RTCOutboundRtpStreamStats.qpSum;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/qpSum`
(quality-limitation-reason this)
Property.
The qualityLimitationReason property of the 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 `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`
(remote-id this)
Property.
The remoteId property of the rtc.RTCOutboundRtpStreamStats
specifies the web.id
of the rtc.RTCRemoteInboundRtpStreamStats
representing the remote peer's rtc.RTCRtpReceiver
which is
the media 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 `rtc.RTCOutboundRtpStreamStats` specifies the `web.id` of the `rtc.RTCRemoteInboundRtpStreamStats` representing the remote peer's `rtc.RTCRtpReceiver` which is the media to the local peer for this SSRC. `var remoteStatsId = RTCOutboundRtpStreamStats.remoteId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/remoteId`
(set-average-rtcp-interval! this val)
Property.
The averageRtcpInterval property of the 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 `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`
(set-fir-count! this val)
Property.
The firCount property of the rtc.RTCOutboundRtpStreamStats
indicates the number of Full Intra Request (FIR) that the remote
has sent to this rtc.RTCRtpSender
.
var firCount = RTCOutboundRtpStreamStats.firCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/firCount
Property. The firCount property of the `rtc.RTCOutboundRtpStreamStats` indicates the number of Full Intra Request (FIR) that the remote has sent to this `rtc.RTCRtpSender`. `var firCount = RTCOutboundRtpStreamStats.firCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/firCount`
(set-frames-encoded! this val)
Property.
The framesEncoded property of the rtc.RTCOutboundRtpStreamStats
indicates the total number of frames that have been encoded by
rtc.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 `rtc.RTCOutboundRtpStreamStats` indicates the total number of frames that have been encoded by `rtc.RTCRtpSender` for this media source. `var framesEncoded = RTCOutboundRtpStreamStats.framesEncoded;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/framesEncoded`
(set-last-packet-sent-timestamp! this val)
Property.
The lastPacketSentTimestamp property of the rtc.RTCOutboundRtpStreamStats
indicates the time at which the rtc.RTCRtpSender
described
this 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 `rtc.RTCOutboundRtpStreamStats` indicates the time at which the `rtc.RTCRtpSender` described this `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`
(set-nack-count! this val)
Property.
The nackCount property of the rtc.RTCOutboundRtpStreamStats
is a numeric value indicating the number of times the rtc.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 `rtc.RTCOutboundRtpStreamStats` is a numeric value indicating the number of times the `rtc.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`
(set-per-dscp-packets-sent! this val)
Property.
The perDscpPacketsSent property of the 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 `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`
(set-pli-count! this val)
Property.
The pliCount property of the rtc.RTCOutboundRtpStreamStats
states the number of times the remote peer's rtc.RTCRtpReceiver
a Picture Loss Indication (PLI) packet to the rtc.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 `rtc.RTCOutboundRtpStreamStats` states the number of times the remote peer's `rtc.RTCRtpReceiver` a Picture Loss Indication (PLI) packet to the `rtc.RTCRtpSender` which this object provides statistics. `var pliCount = RTCOutboundRtpStreamStats.pliCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/pliCount`
(set-qp-sum! this val)
Property.
The qpSum property of the rtc.RTCOutboundRtpStreamStats
dictionary
a value generated by adding the Quantization Parameter (QP) values
every frame this sender has produced to date on the video track
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 `rtc.RTCOutboundRtpStreamStats` dictionary a value generated by adding the Quantization Parameter (QP) values every frame this sender has produced to date on the video track to this RTCOutboundRtpStreamStats object. `var qpSum = RTCOutboundRtpStreamStats.qpSum;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/qpSum`
(set-quality-limitation-reason! this val)
Property.
The qualityLimitationReason property of the 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 `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`
(set-remote-id! this val)
Property.
The remoteId property of the rtc.RTCOutboundRtpStreamStats
specifies the web.id
of the rtc.RTCRemoteInboundRtpStreamStats
representing the remote peer's rtc.RTCRtpReceiver
which is
the media 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 `rtc.RTCOutboundRtpStreamStats` specifies the `web.id` of the `rtc.RTCRemoteInboundRtpStreamStats` representing the remote peer's `rtc.RTCRtpReceiver` which is the media to the local peer for this SSRC. `var remoteStatsId = RTCOutboundRtpStreamStats.remoteId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/remoteId`
(set-sli-count! this val)
Property.
The sliCount property of the rtc.RTCOutboundRtpStreamStats
indicates how many Slice Loss Indication (SLI) packets the rtc.RTCRtpSender
from the remote 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 `rtc.RTCOutboundRtpStreamStats` indicates how many Slice Loss Indication (SLI) packets the `rtc.RTCRtpSender` from the remote `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`
(set-track-id! this val)
Property.
The trackId property of the rtc.RTCOutboundRtpStreamStats
dictionary
the web.id
of the rtc.RTCSenderAudioTrackAttachmentStats
rtc.RTCSenderVideoTrackAttachmentStats
object representing
media.MediaStreamTrack
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 `rtc.RTCOutboundRtpStreamStats` dictionary the `web.id` of the `rtc.RTCSenderAudioTrackAttachmentStats` `rtc.RTCSenderVideoTrackAttachmentStats` object representing `media.MediaStreamTrack` which is being sent on this stream. `var trackStatsId = RTCOutboundRtpStreamStats.trackId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/trackId`
(sli-count this)
Property.
The sliCount property of the rtc.RTCOutboundRtpStreamStats
indicates how many Slice Loss Indication (SLI) packets the rtc.RTCRtpSender
from the remote 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 `rtc.RTCOutboundRtpStreamStats` indicates how many Slice Loss Indication (SLI) packets the `rtc.RTCRtpSender` from the remote `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`
(track-id this)
Property.
The trackId property of the rtc.RTCOutboundRtpStreamStats
dictionary
the web.id
of the rtc.RTCSenderAudioTrackAttachmentStats
rtc.RTCSenderVideoTrackAttachmentStats
object representing
media.MediaStreamTrack
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 `rtc.RTCOutboundRtpStreamStats` dictionary the `web.id` of the `rtc.RTCSenderAudioTrackAttachmentStats` `rtc.RTCSenderVideoTrackAttachmentStats` object representing `media.MediaStreamTrack` which is being sent on this stream. `var trackStatsId = RTCOutboundRtpStreamStats.trackId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOutboundRtpStreamStats/trackId`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close