commit | 38ddea5ee3320bf3441aeb3654e099b3695c9789 | [log] [tgz] |
---|---|---|
author | Jakob Ivarsson <jakobi@webrtc.org> | Fri Nov 22 14:54:40 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 22 17:01:01 2024 |
tree | d3cb5d849957270d61f9993a84cfde2d845f970b | |
parent | c63e43f27d2fecb57b8f288736f238662753c83f [diff] |
Add InsertPacket method that takes RtpPacketInfo. The version which only passes receive_time will be removed (once migrated). Keeping the version that only passes header and payload for convenience. This will allow us to attach more metadata on the worker thread before InsertPacket, instead of on the playout thread after GetAudio. Eventually, the plan is to split the RTP handling on the worker thread into a separate class. Bug: webrtc:42223109 Change-Id: I5399b53b9fc5c2f1c996e109054b1b0877ecca05 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/369000 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Jakob Ivarsson‎ <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43445}
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.