commit | e18a2e74c28b07752261938d4e5ec3a158630cd4 | [log] [tgz] |
---|---|---|
author | Guido Urdaneta <guidou@webrtc.org> | Tue Feb 25 15:59:02 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 26 11:41:13 2025 |
tree | 5cf2ea4d19a18a11c6a1d8ae2e15377bc54ff752 | |
parent | 6bbddf62611bbdcee2aeb056843b46241c90b923 [diff] |
Add support for timestamps to TransformableVideoFrameInterface This covers receive time and the timestamps associated with the Absolute Capture Time header extension. Since TransformableAudioFrameInterface already had support, this CL moves the methods to the parent TransformableFrameInterface. This CL only intends to change behavior for receiver frames. The change in RTPSenderVideoFrameTransformerDelegate is basically a rename of an existing GetCaptureTime() method to the new CaptureTime(), with no behavior change. Bug: chromium:391114797 Change-Id: I3d0bc55287e5bbc3ffcf80582e70a232589cd4ce Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/378920 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Guido Urdaneta <guidou@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43998}
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.