commit | 9de4ef4b24f0473082081b040e7f874cb4abfda4 | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Tue Sep 04 15:32:36 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 04 17:14:05 2018 |
tree | 71dc701c456617ecd0529a1a088eb1f97880b17c | |
parent | 376e1147e6b7ff4842b2d8804de24a395fd96756 [diff] |
Adds signed infinity to timestamps. Negative infinity is useful in comparisons as it represents a value guaranteed to be less than any other timestamp. This avoid using Timestamp::ms(0) to represent such a value or having to use optional for the special case of first time execution. To avoid ambiguity, Timestamp::Infinity is renamed to PlusInfinity. Bug: webrtc:9709 Change-Id: Ib2debff91036e94d1dc903ec0c6faae30febde4e Reviewed-on: https://webrtc-review.googlesource.com/79440 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24556}
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.