commit | 15ca5a9533b917ddee9e35d42db7fd4849b6659e | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Thu Nov 01 14:32:47 2018 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 01 14:28:24 2018 +0000 |
tree | 63bdded1047a87bb81939c1e60e5535db32c68b7 | |
parent | 96965aeba9e0d10e2792e3c42e2343c73c4aef6c [diff] |
Add implicit conversion between rtc:PacketTime and int64_t. This is a preparation for deleting rtc::PacketTime. Next step, after downstream code has been updated to not access the |timestamp| member, is to make rtc::PacketTime an alias for int64_t. Also delete the unused member rtc::PacketTime::not_before. Bug: webrtc:9584 Change-Id: Iba9d2d55047d69565ad62b1beb525591fd432ae2 Reviewed-on: https://webrtc-review.googlesource.com/c/108860 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25468}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.