Adding API for setting bandwidth estimation configurations.
R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/10519004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5773 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
		| @@ -39,5 +39,14 @@ struct SkipEncodingUnusedStreams { | ||||
|  | ||||
|   const bool enabled; | ||||
| }; | ||||
|  | ||||
| struct AimdRemoteRateControl { | ||||
|   AimdRemoteRateControl() : enabled(false) {} | ||||
|   explicit AimdRemoteRateControl(bool set_enabled) | ||||
|     : enabled(set_enabled) {} | ||||
|   virtual ~AimdRemoteRateControl() {} | ||||
|  | ||||
|   const bool enabled; | ||||
| }; | ||||
| }  // namespace webrtc | ||||
| #endif  // WEBRTC_EXPERIMENTS_H_ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stefan@webrtc.org
					stefan@webrtc.org