commit | c07ebb30c530888dc56a6d70cd5537336fdf12c2 | [log] [tgz] |
---|---|---|
author | Rasmus Brandt <brandtr@webrtc.org> | Tue Oct 04 08:57:36 2016 |
committer | Rasmus Brandt <brandtr@webrtc.org> | Tue Oct 04 08:57:47 2016 |
tree | 2e11b0e399d6c8b7ea8bddfda18ecc6bd6f30234 | |
parent | cf33d9c9d3fb57cca28861845d673934993e83df [diff] |
Simplify public interface of ProducerFec. - Change some member functions to be private. These were only called by other private member functions. - Replace DeleteMediaPackets() with direct calls to media_packets_.clear() - Rename GetFecPacketsAsRed to GetUlpfecPacketsAsRed. No functional changes are intended by this CL. BUG=webrtc:5654 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/2305793003 . Cr-Commit-Position: refs/heads/master@{#14491}
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.