RTCSentRtpStreamStats will be used as part of outbound Rtp stats Reference: https://www.w3.org/TR/webrtc-stats/#dom-rtcsentrtpstreamstats. More...
#include <Stats.h>
Public Attributes | |
RTCRtpStreamStats | rtpStream |
UINT64 | packetsSent |
UINT64 | bytesSent |
RTCSentRtpStreamStats will be used as part of outbound Rtp stats Reference: https://www.w3.org/TR/webrtc-stats/#dom-rtcsentrtpstreamstats.
UINT64 RTCSentRtpStreamStats::bytesSent |
Total number of bytes sent for this SSRC. Calculated as defined in [RFC3550] section 6.4.1. The total number of payload octets (i.e., not including header or padding) transmitted in RTP data packets by the sender since starting transmission
UINT64 RTCSentRtpStreamStats::packetsSent |
RTCRtpStreamStats RTCSentRtpStreamStats::rtpStream |