Amazon Kinesis Webrtc C SDK
RtcRemoteInboundRtpStreamStats Struct Reference

RTCRemoteInboundRtpStreamStats Represents the remote endpoint's measurement metrics for a particular incoming RTP stream. More...

#include <Stats.h>

Collaboration diagram for RtcRemoteInboundRtpStreamStats:
Collaboration graph

Public Attributes

DOMString localId
 Used to look up RTCOutboundRtpStreamStats for the SSRC. More...
 
UINT64 roundTripTime
 Estimated round trip time (milliseconds) for this SSRC based on the RTCP timestamps. More...
 
UINT64 totalRoundTripTime
 The cumulative sum of all round trip time measurements in seconds since the beginning of the session. More...
 
DOUBLE fractionLost
 The fraction packet loss reported for this SSRC. More...
 
UINT64 reportsReceived
 Total number of RTCP RR blocks received for this SSRC. More...
 
UINT64 roundTripTimeMeasurements
 Total number of RTCP RR blocks received for this SSRC that contain a valid round trip time. More...
 

Detailed Description

RTCRemoteInboundRtpStreamStats Represents the remote endpoint's measurement metrics for a particular incoming RTP stream.

Reference: https://www.w3.org/TR/webrtc-stats/#remoteinboundrtpstats-dict*

Member Data Documentation

◆ fractionLost

DOUBLE RtcRemoteInboundRtpStreamStats::fractionLost

The fraction packet loss reported for this SSRC.

◆ localId

DOMString RtcRemoteInboundRtpStreamStats::localId

Used to look up RTCOutboundRtpStreamStats for the SSRC.

◆ reportsReceived

UINT64 RtcRemoteInboundRtpStreamStats::reportsReceived

Total number of RTCP RR blocks received for this SSRC.

◆ roundTripTime

UINT64 RtcRemoteInboundRtpStreamStats::roundTripTime

Estimated round trip time (milliseconds) for this SSRC based on the RTCP timestamps.

◆ roundTripTimeMeasurements

UINT64 RtcRemoteInboundRtpStreamStats::roundTripTimeMeasurements

Total number of RTCP RR blocks received for this SSRC that contain a valid round trip time.

◆ totalRoundTripTime

UINT64 RtcRemoteInboundRtpStreamStats::totalRoundTripTime

The cumulative sum of all round trip time measurements in seconds since the beginning of the session.


The documentation for this struct was generated from the following file: