commit | 7021b92525cbcd99c83af35dfa4c3f355997246a | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Tue Mar 15 16:39:32 2016 |
committer | Danil Chapovalov <danilchap@webrtc.org> | Tue Mar 15 16:39:45 2016 |
tree | ad8458e963ce2d5312caa135ae923e2e1be1931f | |
parent | b58a158fce9a64ac372913ae99f462cf228aa9e2 [diff] |
introduced rtcp::CommonHeader class this class replace and extend RTCPUtility::RtcpCommonHeader structure and RTCPUtility::RtcpParseCommonHeader function. In addition to header fields, payload pointer is stored because rtcp header without payload is rarely useful. Sample usage can be checked in 'RTCP Parser sketched' CL: https://codereview.webrtc.org/1555683002/ BUG=webrtc:5260 R=asapersson@webrtc.org, sprang@webrtc.org Review URL: https://codereview.webrtc.org/1575413002 . Cr-Commit-Position: refs/heads/master@{#11999}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.