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`.
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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.
(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`
(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`
(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.
(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.
(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
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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.
(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`
(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`
(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.
(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.
(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
(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`
(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.
(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.
(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.
(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`
(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`
(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.
(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.
(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.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close