commit | 8a9193c217d818fea77b9540bd4ca7ebad53db76 | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Tue Apr 16 19:26:47 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 16 20:34:34 2019 |
tree | a8b28c2070527ed50769b441f1fe46b678ebc12f | |
parent | 5111c338ca5704459bb2962a8d32c30ec4831913 [diff] |
Refactoring DataContentDescription class This CL splits the cricket::DataContentDescription class into two classes: cricket::DataContentDescription (used for RTP data) and cricket::SctpDataContentDescription (used for SCTP only). SctpDataContentDescription no longer inherits from MediaContentDescriptionImpl, and no longer contains "codecs". Design document: https://docs.google.com/document/d/1H5LfQxJA2ikMWTQ8FZ3_GAmaXM7knfVQWiSz6ph8VQ0/edit# Bug: webrtc:10358 Change-Id: Ie7160610506aeef56d1f821b5fdb5d9492201f43 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132700 Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27651}
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.