summaryrefslogtreecommitdiff
path: root/video_engine/vie_base_impl.h
diff options
context:
space:
mode:
authorhenrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-29 08:47:15 +0000
committerhenrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-29 08:47:15 +0000
commitd2f95a8b894344de70a531ebcd3c2b7dfab12e27 (patch)
treec0401e06e8eb8ffd5f2557a6ab2aa2edcdf72e4a /video_engine/vie_base_impl.h
parent4d088c69fbe6659f2e2841b36ff0d0578dc6c51d (diff)
downloadwebrtc-d2f95a8b894344de70a531ebcd3c2b7dfab12e27.tar.gz
Connect webrtc::Config to WrappingBitrateEstimator
This is the second CL for this change. Connection to the ViE API remains to be done. BUG=2698 R=mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5769004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5455 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_engine/vie_base_impl.h')
-rw-r--r--video_engine/vie_base_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video_engine/vie_base_impl.h b/video_engine/vie_base_impl.h
index 231efc9a..04c1b40a 100644
--- a/video_engine/vie_base_impl.h
+++ b/video_engine/vie_base_impl.h
@@ -40,6 +40,8 @@ class ViEBaseImpl
int* capture_queue_delay_ms_per_s);
virtual int CreateChannel(int& video_channel); // NOLINT
virtual int CreateChannel(int& video_channel, // NOLINT
+ const Config* config);
+ virtual int CreateChannel(int& video_channel, // NOLINT
int original_channel);
virtual int CreateReceiveChannel(int& video_channel, // NOLINT
int original_channel);