commit | 611d7f610ca0529dccece917d9be35d7547fbc74 | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Mon Dec 16 21:48:06 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 16 22:15:21 2024 |
tree | e523c1698f72e80236a6137e38ce43ca1679979e | |
parent | e500d46600e21d1afb38ba93b12ec3b64d89cccb [diff] |
Introduce the CodecList class Lists of codecs have a lot of cross references (RTX/APT and the like). We should introduce functionality to verify that those linkages are correct before modifying the handling of these. This CL introduces the CodecList class, which can be extended to do that verification. It is used by pc/media_session.cc, but inter-module APIs are not changed in this version (they will be later). Bug: webrtc:360058654 Change-Id: Ifd6313d0289cfa090e51ac28bc775265d18fe6f2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371600 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43582}
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.