commit | faf398785b7076b760bcfb455e140a990da9ea8e | [log] [tgz] |
---|---|---|
author | Per K <perkj@webrtc.org> | Fri Mar 22 11:16:18 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 22 12:37:24 2024 |
tree | 01abea25140109eabb0ad216b4ea2f43d3f00d76 | |
parent | ce2b49552e856bb0a7498a18eefc542b4264bbef [diff] |
Split ModuleRtpRtcpImpl2::TrySendPacket into three subfunctions. The purpose of these new methods are to allow creating a RTP packet with sequence numbers that can be inspected and is ensured to be sent if SendPacket is invoked. virtual bool CanSendPacket(const RtpPacketToSend& packet) const = 0; virtual void AssignSequenceNumber(RtpPacketToSend& packet) = 0; virtual void SendPacket(std::unique_ptr<RtpPacketToSend> packet, const PacedPacketInfo& pacing_info) = 0; Bug: webrtc:15368 Change-Id: I671e737575e15328e796aa98761a4d540c5812d6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/343785 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41951}
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.