commit | 652cc84069d3b2ff8d86405fe0b150cd1cb23264 | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@webrtc.org> | Mon Oct 02 09:27:52 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 02 10:16:50 2017 |
tree | 4d8e9b6cfa979f445c78e314436e7044a832fb9a | |
parent | c93bc109b26f06250b1b3cf42a0c070c288b430a [diff] |
Introduce RtcEvent and 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 just introduces the new RtcEvent and its sub-classes, without constructors and without use. Upcoming CLs will finish the work. BUG=webrtc:8111 Change-Id: I782383e861c31670b7cd13ffc6b43ca6a26c98f6 Reviewed-on: https://webrtc-review.googlesource.com/1360 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20068}
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.