Search completed in 1.27 seconds.
8 results for "RTCSentRtpStreamStats":
RTCRemoteOutboundRtpStreamStats - Web APIs
WebAPIRTCRemoteOutboundRtpStreamStats
the webrtc statistics model's rtcremoteoutboundrtpstreamstats dictionary extends the underlying rtcsentrtpstreamstats dictionary with properties measuring metrics specific to outgoing rtp streams.
... properties in addition to the properties defined by rtcsentrtpstreamstats and its underlying rtcrtpstreamstats and rtcstats dictionaries, rtcremoteoutboundrtpstreamstats defines the following properties.
WebRTC Statistics API - Web APIs
WebAPIWebRTC Statistics API
rtcoutboundrtpstreamstats rtcsentrtpstreamstats rtcrtpstreamstats rtcstats peer-connection statistics describing the state of the rtcpeerconnection.
... rtcremoteoutboundrtpstreamstats rtcsentrtpstreamstats rtcrtpstreamstats rtcstats sctp-transport statistics about an rtcsctptransport.
RTCInboundRtpStreamStats.qpSum - Web APIs
WebAPIRTCInboundRtpStreamStatsqpSum
you can, for example, use the value of rtcreceivedrtpstreamstats.framesdecoded if receiving the media or rtcsentrtpstreamstats.framesencoded if sending it to get the number of frames handled so far, and compute an average from there.
RTCOutboundRtpStreamStats.qpSum - Web APIs
WebAPIRTCOutboundRtpStreamStatsqpSum
you can use the value of rtcsentrtpstreamstats.framesencoded to get the number of frames that have been encoded so far, and compute an average from there.
RTCOutboundRtpStreamStats - Web APIs
WebAPIRTCOutboundRtpStreamStats
properties the rtcoutboundrtpstreamstats dictionary includes the following properties in addition to those it inherits from rtcsentrtpstreamstats, rtcrtpstreamstats, and rtcstats.
RTCRtpStreamStats.qpSum - Web APIs
WebAPIRTCRtpStreamStatsqpSum
you can, for example, use the value of rtcreceivedrtpstreamstats.framesdecoded if receiving the media or rtcsentrtpstreamstats.framesencoded if sending it to get the number of frames handled so far, and compute an average from there.
RTCRtpStreamStats - Web APIs
WebAPIRTCRtpStreamStats
combined with rtcreceivedrtpstreamstats.framesdecoded or rtcsentrtpstreamstats.framesencoded, you can approximate the average qp over those frames, keeping in mind that codecs often vary the quantizer values even within frames.
RTCStats - Web APIs
WebAPIRTCStats
rtcsentrtpstreamstats offers statistics related to the sending end of an rtp stream.