commit | cc50b04c021ae16f57a0b2dd11bb1ec62a2a6db1 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Mon May 09 10:22:48 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 09 11:21:44 2022 |
tree | fea2ae10a82fe6c55aec05520c97e0940e880a01 | |
parent | a406272bc4180a9a50f13c95496573c515634c78 [diff] |
Remove config() getter from AudioReceiveStream(). This reduces the surface of externally accessible state that belongs to the class, which makes it easier to control what state belongs to what thread. In this CL enforcing remote_ssrc() to be conceptually const and sync_group to conceptually belong to the packet delivery thread. Bug: webrtc:11993 Change-Id: I7de9366dc0c2bf451b5c58595c2d073b4016f2e7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261450 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36813}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.