Improving padding rules and breaking out bw allocation to ViEEncoder.
BUG=1837 TESTS=vie_auto_test --automated, trybots R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2170004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4693 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -679,7 +679,8 @@ class RtpRtcp : public Module {
|
||||
/*
|
||||
* Set the target send bitrate
|
||||
*/
|
||||
virtual void SetTargetSendBitrate(const uint32_t bitrate) = 0;
|
||||
virtual void SetTargetSendBitrate(
|
||||
const std::vector<uint32_t>& stream_bitrates) = 0;
|
||||
|
||||
/*
|
||||
* Turn on/off generic FEC
|
||||
|
||||
Reference in New Issue
Block a user