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:
@ -595,7 +595,7 @@ public:
|
||||
// Enables AutoMuter to turn off video when the rate drops below
|
||||
// |threshold_bps|, and turns back on when the rate goes back up above
|
||||
// |threshold_bps| + |window_bps|.
|
||||
virtual void EnableAutoMuting(int threshold_bps, int window_bps) = 0;
|
||||
virtual void EnableAutoMuting() = 0;
|
||||
|
||||
// Disables AutoMuter.
|
||||
virtual void DisableAutoMuting() = 0;
|
||||
|
||||
Reference in New Issue
Block a user