Revert 5259 "Callback for send bitrate estimates"
CL is causing flakiness in RampUpTest.WithoutPacing. > Callback for send bitrate estimates > > BUG=2235 > R=mflodman@webrtc.org, pbos@webrtc.org, stefan@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/4459004 R=mflodman@webrtc.org, pbos@webrtc.org TBR=mflodman Review URL: https://webrtc-codereview.appspot.com/5579005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5261 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -300,13 +300,6 @@ class RtpRtcp : public Module {
|
||||
uint32_t* fecRate,
|
||||
uint32_t* nackRate) const = 0;
|
||||
|
||||
/*
|
||||
* Called on any new send bitrate estimate.
|
||||
*/
|
||||
virtual void RegisterVideoBitrateObserver(
|
||||
BitrateStatisticsObserver* observer) = 0;
|
||||
virtual BitrateStatisticsObserver* GetVideoBitrateObserver() const = 0;
|
||||
|
||||
/*
|
||||
* Used by the codec module to deliver a video or audio frame for
|
||||
* packetization.
|
||||
|
||||
Reference in New Issue
Block a user