summaryrefslogtreecommitdiff
path: root/video_engine/include/vie_rtp_rtcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'video_engine/include/vie_rtp_rtcp.h')
-rw-r--r--video_engine/include/vie_rtp_rtcp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/video_engine/include/vie_rtp_rtcp.h b/video_engine/include/vie_rtp_rtcp.h
index cff180b3..d36b341b 100644
--- a/video_engine/include/vie_rtp_rtcp.h
+++ b/video_engine/include/vie_rtp_rtcp.h
@@ -295,16 +295,6 @@ class WEBRTC_DLLEXPORT ViERTP_RTCP {
const int video_channel,
unsigned int* estimated_bandwidth) const = 0;
- // This function sets various options for the bandwidth estimator
- // code. The options are applied to new channels only. For a given
- // channel, the options that are active at the time when the channel
- // is created are immutable for that channel. See
- // http://tools.ietf.org/html/draft-alvestrand-rtcweb-congestion-02
- // (or later, updated documentation) and common_types.h to get a
- // feel for what the options do.
- virtual int SetOverUseDetectorOptions(
- const OverUseDetectorOptions& options) const = 0;
-
// This function enables capturing of RTP packets to a binary file on a
// specific channel and for a given direction. The file can later be
// replayed using e.g. RTP Tools rtpplay since the binary file format is