webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
webrtc::FecController Class Referencefinal

#include <fec_controller.h>

Inheritance diagram for webrtc::FecController:
webrtc::Controller webrtc::Controller

Classes

struct  Config
 

Public Member Functions

 FecController (const Config &config, std::unique_ptr< SmoothingFilter > smoothing_filter)
 
 FecController (const Config &config)
 
 ~FecController () override
 
void UpdateNetworkMetrics (const NetworkMetrics &network_metrics) override
 
void MakeDecision (AudioNetworkAdaptor::EncoderRuntimeConfig *config) override
 
 FecController (const Config &config, std::unique_ptr< SmoothingFilter > smoothing_filter)
 
 FecController (const Config &config)
 
 ~FecController () override
 
void UpdateNetworkMetrics (const NetworkMetrics &network_metrics) override
 
void MakeDecision (AudioNetworkAdaptor::EncoderRuntimeConfig *config) override
 
- Public Member Functions inherited from webrtc::Controller
virtual ~Controller ()=default
 
virtual ~Controller ()=default
 

Constructor & Destructor Documentation

◆ FecController() [1/4]

webrtc::FecController::FecController ( const Config config,
std::unique_ptr< SmoothingFilter smoothing_filter 
)

◆ FecController() [2/4]

webrtc::FecController::FecController ( const Config config)
explicit

◆ ~FecController() [1/2]

webrtc::FecController::~FecController ( )
overridedefault

◆ FecController() [3/4]

webrtc::FecController::FecController ( const Config config,
std::unique_ptr< SmoothingFilter smoothing_filter 
)

◆ FecController() [4/4]

webrtc::FecController::FecController ( const Config config)
explicit

◆ ~FecController() [2/2]

webrtc::FecController::~FecController ( )
override

Member Function Documentation

◆ MakeDecision() [1/2]

void webrtc::FecController::MakeDecision ( AudioNetworkAdaptor::EncoderRuntimeConfig config)
overridevirtual

Implements webrtc::Controller.

◆ MakeDecision() [2/2]

void webrtc::FecController::MakeDecision ( AudioNetworkAdaptor::EncoderRuntimeConfig config)
overridevirtual

Implements webrtc::Controller.

◆ UpdateNetworkMetrics() [1/2]

void webrtc::FecController::UpdateNetworkMetrics ( const NetworkMetrics network_metrics)
overridevirtual

Implements webrtc::Controller.

◆ UpdateNetworkMetrics() [2/2]

void webrtc::FecController::UpdateNetworkMetrics ( const NetworkMetrics network_metrics)
overridevirtual

Implements webrtc::Controller.


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