Use scoped_refptr for RtpSenderInterface::SetEncoderSelector To improve memory safety and simplify lifetime management of VideoEncoderFactory::EncoderSelectorInterface, this change refactors its ownership model to use reference counting. This change ensures the encoder selector remains valid as long as it is in use. Bug: webrtc:42224373, b/419314207 Change-Id: Iaf620651435f261aeb0cdb98c779aef5eda4610a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/462526 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47378}
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.