commit | b57053ec21b62ab9469750f26d76158f187f7a65 | [log] [tgz] |
---|---|---|
author | Palak Agarwal <agpalak@google.com> | Mon Feb 20 12:29:46 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 22 13:50:07 2023 |
tree | 56c8708133b1ec35443dcaac993a5f6691efb349 | |
parent | 6aba07e5fe553610471d5026d09ffba82a22b61b [diff] |
Use type webrtc::Timestamp as capture_time_identifier in VideoFrame Replace the existing variable capture_time_identifier_ms_ with capture_time_identifier_ in webrtc::VideoFrame and webrtc::VideoFrame::Builder. This variable uses webrtc::Timestamp as its type versus using int64_t which creates confusion about whether it is being recorded in milliseconds/microseconds. Change-Id: I0b83a6235fb1d5732f7afe2c14d7d6121f1e985b Bug: webrtc:14878 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293520 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Palak Agarwal <agpalak@google.com> Cr-Commit-Position: refs/heads/main@{#39369}
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.