commit | 73e837b140a39a612fc8aeda198e201735eb4ead | [log] [tgz] |
---|---|---|
author | Guido Urdaneta <guidou@webrtc.org> | Tue May 20 13:25:10 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 20 14:33:49 2025 |
tree | f95acabf55281e2e9bfad8bd88eee1bd24ee6fc4 | |
parent | bdfa3ab007bc4dc8b1c265f67f55573b7c13ebd7 [diff] |
Add setter methods to CaptureTime and PayloadType and AudioLevel in FrameTransformerInterface/TransformableAudioFrameInterface. This CL adds setter methods and "CanSet" methods. The CanSet methods are necessary to properly support validation at the call sites (i.e., Chromium). They make it easier to validate that a set of changes can be supported in advance, rather using error codes after individual properties have been set. This CL adds support for these setters for sender audio frames. Bug: chromium:402391734 No-Iwyu: No output from iwyu/apply-include-cleaner Change-Id: Ifaf2e91630c786c716b31cdab320c3d6032ed609 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/388100 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Guido Urdaneta <guidou@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44695}
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.