commit | 35cf9e76a88fbc60bcebcc204e6f83b3c0bc99bd | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Fri Oct 04 09:30:32 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 07 11:33:39 2019 +0000 |
tree | 81efa7b689a0aa3c3ce05e72dfd05a0e2a4ed6c3 | |
parent | db0b3bcbfe794a8d6e22cd5855b4a027d930e28a [diff] |
Replaces static modifier functions in AudioSendStream. The pattern of using a static function rather than a regular function is not very well motivated and we don't do that in other places. To maintain consistency over the code base this Cl replaces those static modifier functions with regular member functions. Bug: webrtc:9883 Change-Id: I8edd1781d98905de82722458a0d272af90689a2f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155522 Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29391}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.