commit | b1c1de17d4f11964d96865ae91ee60124824c16e | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Thu Dec 21 23:14:30 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Dec 22 00:17:53 2017 |
tree | 1797e89744bfb78aec0981d0241dd129afa8cc14 | |
parent | c0ed4db0ba6390262a254b235aac6d89fc8e440b [diff] |
Use the SDP ContentInfo helpers to avoid downcasting This changes all internal code to use the media_description() helper for ContentInfo along with the as_audio, as_video, and as_data casting methods introduced in a previous CL. Reduces the total number of pointer static_casts in pc/ from 351 to 122. Bug: webrtc:8620 Change-Id: I996f49b55f1501c758a9e5223e30539a9f8d4eac Reviewed-on: https://webrtc-review.googlesource.com/35921 Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21419}
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.