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

#include <stats.h>

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

Public Attributes

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.
 

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

◆ codec_id

std::optional<std::string> millicast::rtcstats::RtpStream::codec_id

◆ kind

std::string millicast::rtcstats::RtpStream::kind

◆ ssrc

unsigned long millicast::rtcstats::RtpStream::ssrc

◆ transport_id

std::optional<std::string> millicast::rtcstats::RtpStream::transport_id

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