webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
webrtc::Controller::NetworkMetrics Struct Reference

#include <controller.h>

Public Member Functions

 NetworkMetrics ()
 
 ~NetworkMetrics ()
 
 NetworkMetrics ()
 
 ~NetworkMetrics ()
 

Public Attributes

rtc::Optional< int > uplink_bandwidth_bps
 
rtc::Optional< float > uplink_packet_loss_fraction
 
rtc::Optional< int > target_audio_bitrate_bps
 
rtc::Optional< int > rtt_ms
 
rtc::Optional< size_toverhead_bytes_per_packet
 

Constructor & Destructor Documentation

◆ NetworkMetrics() [1/2]

webrtc::Controller::NetworkMetrics::NetworkMetrics ( )
default

◆ ~NetworkMetrics() [1/2]

webrtc::Controller::NetworkMetrics::~NetworkMetrics ( )
default

◆ NetworkMetrics() [2/2]

webrtc::Controller::NetworkMetrics::NetworkMetrics ( )

◆ ~NetworkMetrics() [2/2]

webrtc::Controller::NetworkMetrics::~NetworkMetrics ( )

Member Data Documentation

◆ overhead_bytes_per_packet

rtc::Optional< size_t > webrtc::Controller::NetworkMetrics::overhead_bytes_per_packet

◆ rtt_ms

rtc::Optional< int > webrtc::Controller::NetworkMetrics::rtt_ms

◆ target_audio_bitrate_bps

rtc::Optional< int > webrtc::Controller::NetworkMetrics::target_audio_bitrate_bps

◆ uplink_bandwidth_bps

rtc::Optional< int > webrtc::Controller::NetworkMetrics::uplink_bandwidth_bps

◆ uplink_packet_loss_fraction

rtc::Optional< float > webrtc::Controller::NetworkMetrics::uplink_packet_loss_fraction

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