From 0425392858172d13eb65a1143a12c2787cea4b1b Mon Sep 17 00:00:00 2001 From: "andresp@webrtc.org" Date: Tue, 14 May 2013 12:10:58 +0000 Subject: Adding a factory to remote bitrate estimator and allow it to be set via config. Additionally: - clean api to set remote bitrate estimator mode. - clean api to set over use detector options. R=mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1448006 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4027 4adac7df-926f-26a2-2b94-8c16560cd09d --- video_engine/vie_rtp_rtcp_impl.cc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'video_engine/vie_rtp_rtcp_impl.cc') diff --git a/video_engine/vie_rtp_rtcp_impl.cc b/video_engine/vie_rtp_rtcp_impl.cc index 5a4d5288..a58f8a02 100644 --- a/video_engine/vie_rtp_rtcp_impl.cc +++ b/video_engine/vie_rtp_rtcp_impl.cc @@ -718,15 +718,6 @@ int ViERTP_RTCPImpl::SetRembStatus(int video_channel, bool sender, return 0; } -int ViERTP_RTCPImpl::SetBandwidthEstimationMode(BandwidthEstimationMode mode) { - WEBRTC_TRACE(kTraceApiCall, kTraceVideo, shared_data_->instance_id(), - "ViERTP_RTCPImpl::SetBandwidthEstimationMode(%d)", mode); - if (!shared_data_->channel_manager()->SetBandwidthEstimationMode(mode)) { - return -1; - } - return 0; -} - int ViERTP_RTCPImpl::SetSendTimestampOffsetStatus(int video_channel, bool enable, int id) { -- cgit v1.2.3