MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
millicast::rtcstats::SentRtpStream Struct Reference

#include <stats.h>

Inheritance diagram for millicast::rtcstats::SentRtpStream:
Inheritance graph
[legend]
Collaboration diagram for millicast::rtcstats::SentRtpStream:
Collaboration graph
[legend]

Public Attributes

unsigned long packets_sent
 
unsigned long retransmitted_packets_sent
 
unsigned long long bytes_sent
 
unsigned long retransmitted_bytes_sent
 
unsigned long long header_bytes_sent
 
- Public Attributes inherited from millicast::rtcstats::RtpStream
unsigned long ssrc
 
std::string kind
 
std::optional< std::string > transport_id
 
std::optional< std::string > codec_id
 
- Public Attributes inherited from millicast::rtcstats::Stats
int64_t timestamp
 The timestamp in Milliseconds since Unix Epoch (Jan 1, 1970 00:00:00 UTC).
 
std::string id
 The WebRTC identifier for the statistics.
 
Type type
 Type of statistics.
 

Static Public Attributes

static constexpr auto STYPE = Type::OUTBOUND_RTP
 

Additional Inherited Members

- Public Member Functions inherited from millicast::rtcstats::Stats
template<typename T >
const T * cast_to () const
 Cast the statistics to their true type. Make sure to use.
 
virtual ~Stats ()=default
 

Member Data Documentation

◆ bytes_sent

unsigned long long millicast::rtcstats::SentRtpStream::bytes_sent

◆ header_bytes_sent

unsigned long long millicast::rtcstats::SentRtpStream::header_bytes_sent

◆ packets_sent

unsigned long millicast::rtcstats::SentRtpStream::packets_sent

◆ retransmitted_bytes_sent

unsigned long millicast::rtcstats::SentRtpStream::retransmitted_bytes_sent

◆ retransmitted_packets_sent

unsigned long millicast::rtcstats::SentRtpStream::retransmitted_packets_sent

◆ STYPE

constexpr auto millicast::rtcstats::SentRtpStream::STYPE = Type::OUTBOUND_RTP
staticconstexpr

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