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

#include <module_common_types.h>

Inheritance diagram for webrtc::CallStatsObserver:
webrtc::CongestionController webrtc::CongestionController webrtc::MockStatsObserver webrtc::ReceiveStatisticsProxy webrtc::ReceiveStatisticsProxy webrtc::RemoteBitrateEstimator webrtc::RemoteBitrateEstimator webrtc::RtpStreamReceiver webrtc::RtpStreamReceiver webrtc::TransportFeedbackAdapter webrtc::TransportFeedbackAdapter webrtc::VideoStreamDecoder webrtc::VideoStreamDecoder

Public Member Functions

virtual void OnRttUpdate (int64_t avg_rtt_ms, int64_t max_rtt_ms)=0
 
virtual ~CallStatsObserver ()
 
virtual void OnRttUpdate (int64_t avg_rtt_ms, int64_t max_rtt_ms)=0
 
virtual ~CallStatsObserver ()
 

Constructor & Destructor Documentation

◆ ~CallStatsObserver() [1/2]

virtual webrtc::CallStatsObserver::~CallStatsObserver ( )
inlinevirtual

◆ ~CallStatsObserver() [2/2]

virtual webrtc::CallStatsObserver::~CallStatsObserver ( )
inlinevirtual

Member Function Documentation

◆ OnRttUpdate() [1/2]

virtual void webrtc::CallStatsObserver::OnRttUpdate ( int64_t  avg_rtt_ms,
int64_t  max_rtt_ms 
)
pure virtual

◆ OnRttUpdate() [2/2]

virtual void webrtc::CallStatsObserver::OnRttUpdate ( int64_t  avg_rtt_ms,
int64_t  max_rtt_ms 
)
pure virtual

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