webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
webrtc::CongestionController::Observer Class Referenceabstract

#include <congestion_controller.h>

Inheritance diagram for webrtc::CongestionController::Observer:
webrtc::internal::Call webrtc::NullBitrateObserver webrtc::plotting::BitrateObserver webrtc::test::MockCongestionObserver webrtc::test::MockCongestionObserver

Public Member Functions

virtual void OnNetworkChanged (uint32_t bitrate_bps, uint8_t fraction_loss, int64_t rtt_ms, int64_t probing_interval_ms)=0
 
virtual void OnNetworkChanged (uint32_t bitrate_bps, uint8_t fraction_loss, int64_t rtt_ms, int64_t probing_interval_ms)=0
 

Protected Member Functions

virtual ~Observer ()
 
virtual ~Observer ()
 

Constructor & Destructor Documentation

◆ ~Observer() [1/2]

virtual webrtc::CongestionController::Observer::~Observer ( )
inlineprotectedvirtual

◆ ~Observer() [2/2]

virtual webrtc::CongestionController::Observer::~Observer ( )
inlineprotectedvirtual

Member Function Documentation

◆ OnNetworkChanged() [1/2]

virtual void webrtc::CongestionController::Observer::OnNetworkChanged ( uint32_t  bitrate_bps,
uint8_t  fraction_loss,
int64_t  rtt_ms,
int64_t  probing_interval_ms 
)
pure virtual

◆ OnNetworkChanged() [2/2]

virtual void webrtc::CongestionController::Observer::OnNetworkChanged ( uint32_t  bitrate_bps,
uint8_t  fraction_loss,
int64_t  rtt_ms,
int64_t  probing_interval_ms 
)
pure virtual

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