Per K
faf398785b
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}
2024-03-22 12:37:24 +00:00
..
2024-03-06 11:17:52 +00:00
2024-02-26 18:21:16 +00:00
2023-10-27 12:50:08 +00:00
2023-10-27 12:50:08 +00:00
2023-10-27 12:50:08 +00:00
2023-10-27 12:50:08 +00:00
2023-10-27 12:50:08 +00:00
2023-10-27 12:50:08 +00:00
2023-06-27 21:32:46 +00:00
2023-09-13 18:37:22 +00:00
2023-09-13 18:37:22 +00:00
2023-09-13 18:37:22 +00:00
2024-02-26 11:26:04 +00:00
2023-06-13 13:02:14 +00:00
2023-08-22 09:36:43 +00:00
2023-06-13 13:02:14 +00:00
2023-11-16 18:33:13 +00:00
2023-11-16 18:33:13 +00:00
2023-06-13 13:02:14 +00:00
2023-01-09 21:36:45 +00:00
2023-08-14 13:21:14 +00:00
2023-07-24 14:57:29 +00:00
2023-06-27 21:32:46 +00:00
2023-08-14 13:21:14 +00:00
2023-08-14 13:21:14 +00:00
2023-09-24 20:06:48 +00:00
2023-08-09 10:01:58 +00:00
2024-01-26 12:46:34 +00:00
2023-01-18 12:44:46 +00:00
2023-01-18 12:44:46 +00:00
2023-01-18 12:44:46 +00:00
2023-08-15 13:20:21 +00:00
2023-04-27 11:24:38 +00:00
2023-04-27 11:24:38 +00:00
2024-01-02 12:20:34 +00:00
2023-07-24 14:57:29 +00:00
2024-01-02 12:20:34 +00:00
2023-10-16 09:42:19 +00:00
2023-06-16 17:09:00 +00:00
2024-02-26 07:11:45 +00:00
2024-02-26 07:11:45 +00:00
2023-09-07 13:25:25 +00:00
2023-09-07 13:25:25 +00:00
2023-08-10 20:40:15 +00:00
2023-05-24 14:14:53 +00:00
2023-05-26 08:11:17 +00:00
2023-08-15 13:20:21 +00:00
2023-06-27 10:41:33 +00:00
2023-05-24 14:14:53 +00:00
2023-08-15 13:20:21 +00:00
2023-04-20 02:02:45 +00:00
2024-02-22 16:35:09 +00:00
2024-02-22 16:35:09 +00:00
2023-06-06 10:23:29 +00:00
2024-01-09 13:32:42 +00:00
2024-01-09 13:32:42 +00:00
2022-09-27 06:55:31 +00:00
2024-01-10 14:36:46 +00:00
2024-01-10 14:36:46 +00:00
2024-01-10 14:36:46 +00:00
2024-01-19 16:58:09 +00:00
2023-11-08 15:49:37 +00:00
2023-01-10 12:04:30 +00:00
2023-01-02 14:26:28 +00:00
2024-02-22 23:12:52 +00:00
2024-02-22 23:12:52 +00:00
2024-03-22 10:07:47 +00:00
2024-03-22 10:07:47 +00:00
2024-01-29 12:00:19 +00:00
2023-05-25 15:26:40 +00:00
2023-05-30 13:10:07 +00:00
2023-05-30 13:10:07 +00:00
2024-03-22 10:07:47 +00:00
2024-03-15 08:58:28 +00:00
2023-12-19 13:52:11 +00:00
2024-03-22 10:20:27 +00:00
2024-03-22 10:07:47 +00:00
2023-07-25 06:33:09 +00:00
2024-01-17 11:16:49 +00:00
2024-01-10 14:36:46 +00:00
2023-11-22 11:46:25 +00:00
2024-01-29 12:00:19 +00:00
2024-01-29 12:00:19 +00:00
2023-11-08 15:49:37 +00:00
2023-08-10 20:40:15 +00:00
2024-03-22 12:37:24 +00:00
2024-03-22 12:37:24 +00:00
2024-03-22 12:37:24 +00:00
2023-08-22 08:24:37 +00:00
2023-09-07 13:25:25 +00:00
2024-03-22 12:37:24 +00:00
2024-03-22 12:37:24 +00:00
2024-03-22 10:07:47 +00:00
2024-03-22 10:07:47 +00:00
2023-12-07 15:09:01 +00:00
2024-03-22 11:56:57 +00:00
2024-03-22 11:56:57 +00:00
2023-09-15 14:59:23 +00:00
2024-02-22 23:12:52 +00:00
2024-01-26 12:46:34 +00:00
2023-12-18 17:50:14 +00:00
2023-11-17 13:03:27 +00:00
2024-01-26 12:46:34 +00:00
2024-03-13 11:59:58 +00:00
2023-10-27 12:50:08 +00:00
2024-02-22 23:12:52 +00:00
2023-08-22 06:32:26 +00:00
2023-01-13 13:38:42 +00:00
2023-09-20 09:25:32 +00:00
2023-08-18 13:17:50 +00:00
2023-04-20 02:02:45 +00:00
2023-02-10 08:59:59 +00:00
2023-02-10 08:59:59 +00:00
2024-01-26 12:46:34 +00:00
2023-11-17 13:03:27 +00:00
2023-11-17 13:03:27 +00:00
2023-08-29 10:05:03 +00:00
2023-08-29 10:05:03 +00:00
2023-04-25 08:18:42 +00:00
2023-07-24 14:57:29 +00:00
2023-07-24 14:57:29 +00:00
2023-06-13 13:02:14 +00:00
2023-06-13 13:02:14 +00:00
2023-06-13 13:02:14 +00:00
2023-01-09 21:36:45 +00:00
2023-08-14 13:21:14 +00:00
2023-01-31 11:58:43 +00:00
2023-11-22 11:46:25 +00:00
2022-09-27 06:55:31 +00:00
2022-09-27 06:55:31 +00:00
2024-02-19 16:20:46 +00:00
2024-02-20 12:22:41 +00:00
2024-01-29 12:00:19 +00:00
2024-03-21 11:47:36 +00:00