commit | 078a78120fd4c1ba30b4c5785454987b2ae25705 | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@webrtc.org> | Mon Oct 02 13:33:31 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 03 10:37:01 2017 +0000 |
tree | 30f23ae8c20bb797f5c8e5a7babe6c95e6ca7b27 | |
parent | d25fa78dafd06c90b930cf25d00d1ee7ed138a76 [diff] |
Add the internals of RtcEvent's subclasses We're moving to an RtcEventLog interface that accepts std::unique_ptr<EventLog> and stores the event for encoding when encoding becomes necessary, rather than before. This will be useful while we maintain the legacy (current) encoding alongside the new encoding on which we're working. This CL adds the internals of RtcEvent's subclasses - the actual data that they keep. (Work on this was broken down into several CLs in order to make reviewing easier.) BUG=webrtc:8111 Change-Id: I402c9c64bffef6a5a6d227bde5da0fd3152daba1 Reviewed-on: https://webrtc-review.googlesource.com/1362 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20108}
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.