commit | 885ededbb80257bdf6d5a103275ed3c46fb42b26 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Tue Jan 10 09:56:20 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 10 11:12:45 2023 |
tree | 4a1b709d294d0337aa480a2e7be9549bfe7e9cdf | |
parent | c3891e3a4e7a79dd5eb61791d905b0fee0ecba5e [diff] |
Add move constructor and assign operator to RtpPacket RtpPacket has CopyOnWriteBuffer and std::vector that can be moved more efficiently than copied, thus move of the RtpPacket is also more efficient Bug: None Change-Id: I5509346e426cd32d0fb0649ef1a6883b7176df1d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290726 Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Auto-Submit: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39053}
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.