From d8f165fbf704ae539bef138fb323b3b1b6851c18 Mon Sep 17 00:00:00 2001 From: "wu@webrtc.org" Date: Mon, 24 Mar 2014 17:01:50 +0000 Subject: (Auto)update libjingle 63560528-> 63648983 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5762 4adac7df-926f-26a2-2b94-8c16560cd09d --- media/base/mediachannel.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'media/base/mediachannel.h') diff --git a/media/base/mediachannel.h b/media/base/mediachannel.h index 0b7746b..5984815 100644 --- a/media/base/mediachannel.h +++ b/media/base/mediachannel.h @@ -307,6 +307,7 @@ struct VideoOptions { video_noise_reduction.SetFrom(change.video_noise_reduction); video_one_layer_screencast.SetFrom(change.video_one_layer_screencast); video_high_bitrate.SetFrom(change.video_high_bitrate); + video_start_bitrate.SetFrom(change.video_start_bitrate); video_temporal_layer_screencast.SetFrom( change.video_temporal_layer_screencast); video_temporal_layer_realtime.SetFrom( @@ -339,6 +340,7 @@ struct VideoOptions { video_noise_reduction == o.video_noise_reduction && video_one_layer_screencast == o.video_one_layer_screencast && video_high_bitrate == o.video_high_bitrate && + video_start_bitrate == o.video_start_bitrate && video_temporal_layer_screencast == o.video_temporal_layer_screencast && video_temporal_layer_realtime == o.video_temporal_layer_realtime && video_leaky_bucket == o.video_leaky_bucket && @@ -371,6 +373,7 @@ struct VideoOptions { ost << ToStringIfSet("noise reduction", video_noise_reduction); ost << ToStringIfSet("1 layer screencast", video_one_layer_screencast); ost << ToStringIfSet("high bitrate", video_high_bitrate); + ost << ToStringIfSet("start bitrate", video_start_bitrate); ost << ToStringIfSet("video temporal layer screencast", video_temporal_layer_screencast); ost << ToStringIfSet("video temporal layer realtime", @@ -412,6 +415,8 @@ struct VideoOptions { Settable video_one_layer_screencast; // Experimental: Enable WebRtc higher bitrate? Settable video_high_bitrate; + // Experimental: Enable WebRtc higher start bitrate? + Settable video_start_bitrate; // Experimental: Enable WebRTC layered screencast. Settable video_temporal_layer_screencast; // Experimental: Enable WebRTC temporal layer strategy for realtime video. -- cgit v1.2.3