commit | f1bb47605098f3e7c6583ff935f8570b3bb55a28 | [log] [tgz] |
---|---|---|
author | brandtr <brandtr@webrtc.org> | Mon Nov 07 11:05:06 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 07 11:05:09 2016 |
tree | 7642f6dbf4e9ce0c5d105d083cd93ef74ac48399 | |
parent | 87d7d777002049bd4c3fafc3bd854bda351ccb4d [diff] |
Simplify {,Set}UlpfecConfig interface. Prior to this change, we signalled that ULPFEC was disabled through a bool, but that RED was disabled by setting its payload type to -1. The latter is consistent with how we disable RED/ULPFEC in the config, so this CL removes the ULPFEC bool from the {,Set}UlpfecConfig chain of member functions. BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2460533002 Cr-Commit-Position: refs/heads/master@{#14944}
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.