For audio, the flag is apparently unused. For video, the flag is moved to VideoSendParameters, with the intention to keep only per-stream flags in VideoOptions. The flag is used for the webrtcvideoengine2 logic commented like // Conference mode screencast uses 2 temporal layers split at 100kbit. // For screenshare in conference mode, tl0 and tl1 bitrates are piggybacked // on the VideoCodec struct as target and max bitrates, respectively. // See eg. webrtc::VP8EncoderImpl::SetRates(). BUG=webrtc:5426 Review URL: https://codereview.webrtc.org/1697163002 Cr-Commit-Position: refs/heads/master@{#11651}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.