Removing the threshold from the auto-mute APIs

The threshold is now set equal to the minimum bitrate of the
encoder. The test is also changed to have the REMB values
depend on the minimum bitrate from the encoder.

BUG=2436
R=pbos@webrtc.org, stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2919004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5040 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrik.lundin@webrtc.org
2013-10-28 10:16:14 +00:00
parent fe5d36b6fe
commit 1a3a6e5340
12 changed files with 59 additions and 42 deletions

View File

@ -70,8 +70,7 @@ class ViECodecImpl
virtual int StartDebugRecording(int video_channel,
const char* file_name_utf8);
virtual int StopDebugRecording(int video_channel);
virtual void EnableAutoMuting(int video_channel, int threshold_bps,
int window_bps);
virtual void EnableAutoMuting(int video_channel);
protected:
explicit ViECodecImpl(ViESharedData* shared_data);