webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::VideoSendStream::StreamStats Struct Reference

#include <video_send_stream.h>

Public Member Functions

std::string ToString () const
 
std::string ToString () const
 

Public Attributes

FrameCounts frame_counts
 
bool is_rtx = false
 
bool is_flexfec = false
 
int width = 0
 
int height = 0
 
int total_bitrate_bps = 0
 
int retransmit_bitrate_bps = 0
 
int avg_delay_ms = 0
 
int max_delay_ms = 0
 
StreamDataCounters rtp_stats
 
RtcpPacketTypeCounter rtcp_packet_type_counts
 
RtcpStatistics rtcp_stats
 

Member Function Documentation

◆ ToString() [1/2]

std::string webrtc::VideoSendStream::StreamStats::ToString ( ) const

◆ ToString() [2/2]

std::string webrtc::VideoSendStream::StreamStats::ToString ( ) const

Member Data Documentation

◆ avg_delay_ms

int webrtc::VideoSendStream::StreamStats::avg_delay_ms = 0

◆ frame_counts

FrameCounts webrtc::VideoSendStream::StreamStats::frame_counts

◆ height

int webrtc::VideoSendStream::StreamStats::height = 0

◆ is_flexfec

bool webrtc::VideoSendStream::StreamStats::is_flexfec = false

◆ is_rtx

bool webrtc::VideoSendStream::StreamStats::is_rtx = false

◆ max_delay_ms

int webrtc::VideoSendStream::StreamStats::max_delay_ms = 0

◆ retransmit_bitrate_bps

int webrtc::VideoSendStream::StreamStats::retransmit_bitrate_bps = 0

◆ rtcp_packet_type_counts

RtcpPacketTypeCounter webrtc::VideoSendStream::StreamStats::rtcp_packet_type_counts

◆ rtcp_stats

RtcpStatistics webrtc::VideoSendStream::StreamStats::rtcp_stats

◆ rtp_stats

StreamDataCounters webrtc::VideoSendStream::StreamStats::rtp_stats

◆ total_bitrate_bps

int webrtc::VideoSendStream::StreamStats::total_bitrate_bps = 0

◆ width

int webrtc::VideoSendStream::StreamStats::width = 0

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