RTCOutboundRtpStreamStats
dictionary is the
RTCStats
-based object which provides metrics and statistics related to an outbound
RTP
stream being sent by an
RTCRtpSender
.
RTCOutboundRtpStreamStats
dictionary includes the following properties in addition to those it inherits from
RTCSentRtpStreamStats
,
RTCRtpStreamStats
,和
RTCStats
.
averageRtcpInterval
firCount
RTCRtpSender
has sent to the remote
RTCRtpReceiver
. This is an indicator of how often the stream has lagged, requiring frames to be skipped in order to catch up.
Valid only for video streams.
framesEncoded
lastPacketSentTimestamp
DOMHighResTimeStamp
indicating the time at which the last packet was sent for this SSRC. The
timestamp
property, on the other hand, indicates the time at which the
RTCOutboundRtpStreamStats
object was generated.
nackCount
RTCRtpSender
has received from the remote
RTCRtpReceiver
.
perDscpPacketsSent
RTCRtpSender
has transmitted for this source for each Differentiated Services Code Point (DSCP).
pliCount
RTCRtpSender
that some amount of encoded video data for one or more frames has been lost, using Picture Loss Indication (PLI) packets.
Only available for video streams.
qpSum
RTCRtpSender
.
Valid only for video streams.
qualityLimitationDurations
RTCRemoteInboundRtpStreamStats
enumeration to a floating-point value indicating the number of seconds the stream has spent with its quality limited for that reason.
qualityLimitationReason
RTCQualityLimitationReason
enumerated type explaining why the resolution and/or frame rate is being limited for this RTP stream.
Valid only for video streams
.
remoteId
RTCRemoteInboundRtpStreamStats
object that provides statistics for the remote peer for this same SSRC. This ID is stable across multiple calls to
getStats()
.
retransmittedBytesSent
retransmittedPacketsSent
.
retransmittedPacketsSent
packetsSent
.
senderId
RTCAudioSenderStats
or
RTCVideoSenderStats
object containing statistics about this stream's
RTCRtpSender
.
sliCount
An integer indicating the number of times this sender received a Slice Loss Indication (SLI) frame from the remote peer, indicating that one or more consecutive video macroblocks have been lost or corrupted. Available only for video streams.
targetBitrate
RTCRtpSender
's codec is configured to attempt to achieve in its output media.
totalEncodedBytesTarget
totalEncodeTime
RTCRtpSender
.
trackId
id
的
RTCSenderAudioTrackAttachmentStats
or
RTCSenderVideoTrackAttachmentStats
object containing the current track attachment to the
RTCRtpSender
responsible for this stream.
| 规范 | 状态 | 注释 |
|---|---|---|
|
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCOutboundRtpStreamStats' in that specification. |
候选推荐 | 最初的规范。 |
No compatibility data found. Please contribute data for "api.RTCOutboundRtpStreamStats" (depth: 1) to the MDN 兼容性数据存储库 .
RTCOutboundRtpStreamStats
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceCandidate
RTCIceTransport
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent