summaryrefslogtreecommitdiff
path: root/video_engine/vie_rtp_rtcp_impl.cc
diff options
context:
space:
mode:
authorandresp@webrtc.org <andresp@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-14 12:10:58 +0000
committerandresp@webrtc.org <andresp@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-14 12:10:58 +0000
commit0425392858172d13eb65a1143a12c2787cea4b1b (patch)
treee8bacf2c09f1030d648e4788ad046100131b6df0 /video_engine/vie_rtp_rtcp_impl.cc
parent5ba433cad0d4ab117ce24862c4f0cd30015ab096 (diff)
downloadwebrtc-0425392858172d13eb65a1143a12c2787cea4b1b.tar.gz
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
Diffstat (limited to 'video_engine/vie_rtp_rtcp_impl.cc')
-rw-r--r--video_engine/vie_rtp_rtcp_impl.cc9
1 files changed, 0 insertions, 9 deletions
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) {