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:
sprang@webrtc.org
2013-12-11 14:07:33 +00:00
parent f9bdbe3619
commit 096e8d9f94
15 changed files with 67 additions and 290 deletions

View File

@ -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.