| commit | f94bcc2b4c6896e95bf8e4907387a11ae47acdb0 | [log] [tgz] |
|---|---|---|
| author | Rasmus Brandt <brandtr@webrtc.org> | Mon Oct 13 12:57:49 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 13 14:14:42 2025 |
| tree | a524b31d3c278fcd47f85ea8a9ca78fc70914012 | |
| parent | e311af088e81d4f545696d1162dbbc02cd146f2e [diff] |
Make `Assembler` non-API interface implementations private The `Assembler` implements the `Transport` and `RtpVideoStreamReceiver2::OnCompleteFrameCallback` interfaces. Those interfaces are called on by the dependencies of the class, and thus do not belong to the public API. This is made clear in this CL by moving the declarations to private. We could have also hid these implementations in a sub-class, but that is unnecessarily complex for this simple use case. Bug: b/423646186 Change-Id: Iab5967c5fe42d33be313c3c42d7257182067367c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/416620 Auto-Submit: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Commit-Queue: Åsa Persson <asapersson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45918}
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.