commit | be02328f0ea02f76268eb16cda61fa4ca16111aa | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Mon Dec 04 09:32:14 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 04 11:51:18 2023 |
tree | 1f6c7f731df0ee30f29b467c7663aa6ab051a55d | |
parent | 623bcd7daa46392834216afc1ccb3687c9700d26 [diff] |
Redefine ByteBufferWriterT template to really use argument Previously, ByteBufferWriterT could only be instantiated for "char", due to using "char" internally. The rewrite extracts the inner type from the BufferT parameter and uses that. This is preparatory to changing its type to "uint8_t". Bug: webrtc:15665 Change-Id: Ib771d37e3abb8261049c16122c6b43dcb561e9a0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/329680 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41306}
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.