Amazon Kinesis Webrtc C SDK
RTCSentRtpStreamStats Struct Reference

RTCSentRtpStreamStats will be used as part of outbound Rtp stats Reference: https://www.w3.org/TR/webrtc-stats/#dom-rtcsentrtpstreamstats. More...

#include <Stats.h>

Collaboration diagram for RTCSentRtpStreamStats:
Collaboration graph

Public Attributes

RTCRtpStreamStats rtpStream
 
UINT64 packetsSent
 
UINT64 bytesSent
 

Detailed Description

RTCSentRtpStreamStats will be used as part of outbound Rtp stats Reference: https://www.w3.org/TR/webrtc-stats/#dom-rtcsentrtpstreamstats.

Member Data Documentation

◆ bytesSent

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

◆ packetsSent

UINT64 RTCSentRtpStreamStats::packetsSent

◆ rtpStream

RTCRtpStreamStats RTCSentRtpStreamStats::rtpStream

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