commit | 57c21f9b44621b6415d81d353923eb3975276703 | [log] [tgz] |
---|---|---|
author | perkj <perkj@webrtc.org> | Fri Jun 17 14:27:16 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 17 14:27:23 2016 |
tree | 1539db29ec653b6ff3c9670537545b483868f6be | |
parent | c13ded54ca8192fbd1286f8296e6f92326633ffa [diff] |
Remove ViEEncoder::Pause / Start This cl change so that VideoSendStream::Start adds the stream as a BitrateObserver and VideoSendStream::Stop removes the stream as observer. That also means that start will trigger a VideoEncoder::SetRate call with the most recent bitrate estimate. VideoSendStream::Stop will trigger a VideoEncoder::SetRate with bitrate = 0. BUG=webrtc:5687 b/28636240 Review-Url: https://codereview.webrtc.org/2070343002 Cr-Commit-Position: refs/heads/master@{#13192}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.