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

#include <fec_controller.h>

Public Member Functions

 Threshold (int low_bandwidth_bps, float low_bandwidth_packet_loss, int high_bandwidth_bps, float high_bandwidth_packet_loss)
 
 Threshold (int low_bandwidth_bps, float low_bandwidth_packet_loss, int high_bandwidth_bps, float high_bandwidth_packet_loss)
 

Public Attributes

int low_bandwidth_bps
 
float low_bandwidth_packet_loss
 
int high_bandwidth_bps
 
float high_bandwidth_packet_loss
 

Constructor & Destructor Documentation

◆ Threshold() [1/2]

webrtc::FecController::Config::Threshold::Threshold ( int  low_bandwidth_bps,
float  low_bandwidth_packet_loss,
int  high_bandwidth_bps,
float  high_bandwidth_packet_loss 
)

◆ Threshold() [2/2]

webrtc::FecController::Config::Threshold::Threshold ( int  low_bandwidth_bps,
float  low_bandwidth_packet_loss,
int  high_bandwidth_bps,
float  high_bandwidth_packet_loss 
)

Member Data Documentation

◆ high_bandwidth_bps

int webrtc::FecController::Config::Threshold::high_bandwidth_bps

◆ high_bandwidth_packet_loss

float webrtc::FecController::Config::Threshold::high_bandwidth_packet_loss

◆ low_bandwidth_bps

int webrtc::FecController::Config::Threshold::low_bandwidth_bps

◆ low_bandwidth_packet_loss

float webrtc::FecController::Config::Threshold::low_bandwidth_packet_loss

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