commit | 7b6f996318c2af91d1f3ed2f406256bb8a0e3671 | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Mon Oct 30 10:33:23 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 30 12:08:38 2023 |
tree | 1140156af38f9ca8b79bdfa07f0e6d4f3a350ae4 | |
parent | 2ea77ca557b8c6198f059e430c93aca13b3067dd [diff] |
Adds reference time to webrt::VideoFrame The new reference time contains a monotonically increasing clock time and represents the time when the frame was captured. Not all platforms provide the "true" sample capture time in |reference_time| but might instead use a somewhat delayed (by the time it took to capture the frame) version of it. Bug: webrtc:15539 Change-Id: I95eff8b0f7bff8d3ae65798bf82046e1ac2b0cf2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/325261 Reviewed-by: Markus Handell <handellm@webrtc.org> Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Markus Handell <handellm@google.com> Cr-Commit-Position: refs/heads/main@{#41036}
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.