niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 1 | /* |
pwestin@webrtc.org | f6bb77a | 2012-01-24 17:16:59 +0000 | [diff] [blame] | 2 | * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license |
| 5 | * that can be found in the LICENSE file in the root of the source |
| 6 | * tree. An additional intellectual property rights grant can be found |
| 7 | * in the file PATENTS. All contributing project authors may |
| 8 | * be found in the AUTHORS file in the root of the source tree. |
| 9 | */ |
| 10 | |
| 11 | #ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_RECEIVER_H_ |
| 12 | #define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_RECEIVER_H_ |
| 13 | |
pwestin@webrtc.org | 26f8d9c | 2012-01-19 15:53:09 +0000 | [diff] [blame] | 14 | #include <map> |
perkj@webrtc.org | ce5990c | 2012-01-11 13:00:08 +0000 | [diff] [blame] | 15 | #include <vector> |
| 16 | |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 17 | #include "typedefs.h" |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 18 | #include "rtp_utility.h" |
| 19 | #include "rtcp_utility.h" |
| 20 | #include "rtp_rtcp_defines.h" |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 21 | #include "rtcp_receiver_help.h" |
pwestin@webrtc.org | cac7878 | 2012-04-05 08:30:10 +0000 | [diff] [blame] | 22 | #include "tmmbr_help.h" |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 23 | |
| 24 | namespace webrtc { |
pwestin@webrtc.org | 741da94 | 2011-09-20 13:52:04 +0000 | [diff] [blame] | 25 | class ModuleRtpRtcpImpl; |
| 26 | |
pwestin@webrtc.org | cac7878 | 2012-04-05 08:30:10 +0000 | [diff] [blame] | 27 | class RTCPReceiver : public TMMBRHelp |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 28 | { |
| 29 | public: |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 30 | RTCPReceiver(const int32_t id, Clock* clock, |
pwestin@webrtc.org | 0644b1d | 2011-12-01 15:42:31 +0000 | [diff] [blame] | 31 | ModuleRtpRtcpImpl* owner); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 32 | virtual ~RTCPReceiver(); |
| 33 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 34 | void ChangeUniqueId(const int32_t id); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 35 | |
| 36 | RTCPMethod Status() const; |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 37 | int32_t SetRTCPStatus(const RTCPMethod method); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 38 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 39 | int64_t LastReceived(); |
| 40 | int64_t LastReceivedReceiverReport() const; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 41 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 42 | void SetSSRC( const uint32_t ssrc); |
| 43 | void SetRelaySSRC( const uint32_t ssrc); |
| 44 | int32_t SetRemoteSSRC( const uint32_t ssrc); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 45 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 46 | uint32_t RelaySSRC() const; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 47 | |
pwestin@webrtc.org | 49888ce | 2012-04-27 05:25:53 +0000 | [diff] [blame] | 48 | void RegisterRtcpObservers(RtcpIntraFrameObserver* intra_frame_callback, |
| 49 | RtcpBandwidthObserver* bandwidth_callback, |
| 50 | RtcpFeedback* feedback_callback); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 51 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 52 | int32_t IncomingRTCPPacket( |
| 53 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation, |
| 54 | RTCPUtility::RTCPParserV2 *rtcpParser); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 55 | |
| 56 | void TriggerCallbacksFromRTCPPacket(RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 57 | |
| 58 | // get received cname |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 59 | int32_t CNAME(const uint32_t remoteSSRC, |
| 60 | char cName[RTCP_CNAME_SIZE]) const; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 61 | |
| 62 | // get received NTP |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 63 | int32_t NTP(uint32_t *ReceivedNTPsecs, |
| 64 | uint32_t *ReceivedNTPfrac, |
| 65 | uint32_t *RTCPArrivalTimeSecs, |
| 66 | uint32_t *RTCPArrivalTimeFrac, |
| 67 | uint32_t *rtcp_timestamp) const; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 68 | |
| 69 | // get rtt |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 70 | int32_t RTT(const uint32_t remoteSSRC, |
| 71 | uint16_t* RTT, |
| 72 | uint16_t* avgRTT, |
| 73 | uint16_t* minRTT, |
| 74 | uint16_t* maxRTT) const; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 75 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 76 | uint16_t RTT() const; |
mflodman@webrtc.org | d7d4688 | 2012-02-14 12:49:59 +0000 | [diff] [blame] | 77 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 78 | int SetRTT(uint16_t rtt); |
mflodman@webrtc.org | d7d4688 | 2012-02-14 12:49:59 +0000 | [diff] [blame] | 79 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 80 | int32_t ResetRTT(const uint32_t remoteSSRC); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 81 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 82 | int32_t SenderInfoReceived(RTCPSenderInfo* senderInfo) const; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 83 | |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 84 | // get statistics |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 85 | int32_t StatisticsReceived( |
perkj@webrtc.org | ce5990c | 2012-01-11 13:00:08 +0000 | [diff] [blame] | 86 | std::vector<RTCPReportBlock>* receiveBlocks) const; |
| 87 | |
mflodman@webrtc.org | 2f225ca | 2013-01-09 13:54:43 +0000 | [diff] [blame] | 88 | // Returns true if we haven't received an RTCP RR for several RTCP |
| 89 | // intervals, but only triggers true once. |
| 90 | bool RtcpRrTimeout(int64_t rtcp_interval_ms); |
| 91 | |
| 92 | // Returns true if we haven't received an RTCP RR telling the receive side |
| 93 | // has not received RTP packets for too long, i.e. extended highest sequence |
| 94 | // number hasn't increased for several RTCP intervals. The function only |
| 95 | // returns true once until a new RR is received. |
| 96 | bool RtcpRrSequenceNumberTimeout(int64_t rtcp_interval_ms); |
| 97 | |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 98 | // Get TMMBR |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 99 | int32_t TMMBRReceived(const uint32_t size, |
| 100 | const uint32_t accNumCandidates, |
| 101 | TMMBRSet* candidateSet) const; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 102 | |
| 103 | bool UpdateRTCPReceiveInformationTimers(); |
| 104 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 105 | int32_t BoundingSet(bool &tmmbrOwner, TMMBRSet* boundingSetRec); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 106 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 107 | int32_t UpdateTMMBR(); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 108 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 109 | int32_t SetPacketTimeout(const uint32_t timeoutMS); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 110 | void PacketTimeout(); |
| 111 | |
| 112 | protected: |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 113 | RTCPHelp::RTCPReportBlockInformation* CreateReportBlockInformation(const uint32_t remoteSSRC); |
| 114 | RTCPHelp::RTCPReportBlockInformation* GetReportBlockInformation(const uint32_t remoteSSRC) const; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 115 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 116 | RTCPUtility::RTCPCnameInformation* CreateCnameInformation(const uint32_t remoteSSRC); |
| 117 | RTCPUtility::RTCPCnameInformation* GetCnameInformation(const uint32_t remoteSSRC) const; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 118 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 119 | RTCPHelp::RTCPReceiveInformation* CreateReceiveInformation(const uint32_t remoteSSRC); |
| 120 | RTCPHelp::RTCPReceiveInformation* GetReceiveInformation(const uint32_t remoteSSRC); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 121 | |
| 122 | void UpdateReceiveInformation( RTCPHelp::RTCPReceiveInformation& receiveInformation); |
| 123 | |
| 124 | void HandleSenderReceiverReport(RTCPUtility::RTCPParserV2& rtcpParser, |
| 125 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 126 | |
| 127 | void HandleReportBlock(const RTCPUtility::RTCPPacket& rtcpPacket, |
| 128 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation, |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 129 | const uint32_t remoteSSRC, |
| 130 | const uint8_t numberOfReportBlocks); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 131 | |
| 132 | void HandleSDES(RTCPUtility::RTCPParserV2& rtcpParser); |
| 133 | |
| 134 | void HandleSDESChunk(RTCPUtility::RTCPParserV2& rtcpParser); |
| 135 | |
| 136 | void HandleXRVOIPMetric(RTCPUtility::RTCPParserV2& rtcpParser, |
| 137 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 138 | |
| 139 | void HandleNACK(RTCPUtility::RTCPParserV2& rtcpParser, |
| 140 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 141 | |
| 142 | void HandleNACKItem(const RTCPUtility::RTCPPacket& rtcpPacket, |
| 143 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 144 | |
| 145 | void HandleBYE(RTCPUtility::RTCPParserV2& rtcpParser); |
| 146 | |
| 147 | void HandlePLI(RTCPUtility::RTCPParserV2& rtcpParser, |
| 148 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 149 | |
| 150 | void HandleSLI(RTCPUtility::RTCPParserV2& rtcpParser, |
| 151 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 152 | |
| 153 | void HandleSLIItem(const RTCPUtility::RTCPPacket& rtcpPacket, |
| 154 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 155 | |
| 156 | void HandleRPSI(RTCPUtility::RTCPParserV2& rtcpParser, |
| 157 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 158 | |
pwestin@webrtc.org | 741da94 | 2011-09-20 13:52:04 +0000 | [diff] [blame] | 159 | void HandlePsfbApp(RTCPUtility::RTCPParserV2& rtcpParser, |
| 160 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 161 | |
| 162 | void HandleREMBItem(RTCPUtility::RTCPParserV2& rtcpParser, |
| 163 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 164 | |
asapersson@webrtc.org | 5249cc8 | 2011-12-16 14:31:37 +0000 | [diff] [blame] | 165 | void HandleIJ(RTCPUtility::RTCPParserV2& rtcpParser, |
| 166 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 167 | |
| 168 | void HandleIJItem(const RTCPUtility::RTCPPacket& rtcpPacket, |
| 169 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 170 | |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 171 | void HandleTMMBR(RTCPUtility::RTCPParserV2& rtcpParser, |
| 172 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 173 | |
| 174 | void HandleTMMBRItem(RTCPHelp::RTCPReceiveInformation& receiveInfo, |
| 175 | const RTCPUtility::RTCPPacket& rtcpPacket, |
| 176 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation, |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 177 | const uint32_t senderSSRC); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 178 | |
hta@webrtc.org | 9d54cd1 | 2012-04-30 08:24:55 +0000 | [diff] [blame] | 179 | void HandleTMMBN(RTCPUtility::RTCPParserV2& rtcpParser, |
| 180 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 181 | |
| 182 | void HandleSR_REQ(RTCPUtility::RTCPParserV2& rtcpParser, |
| 183 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 184 | |
| 185 | void HandleTMMBNItem(RTCPHelp::RTCPReceiveInformation& receiveInfo, |
| 186 | const RTCPUtility::RTCPPacket& rtcpPacket); |
| 187 | |
| 188 | void HandleFIR(RTCPUtility::RTCPParserV2& rtcpParser, |
| 189 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 190 | |
pwestin@webrtc.org | b2179c2 | 2012-05-21 12:00:49 +0000 | [diff] [blame] | 191 | void HandleFIRItem(RTCPHelp::RTCPReceiveInformation* receiveInfo, |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 192 | const RTCPUtility::RTCPPacket& rtcpPacket, |
| 193 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 194 | |
| 195 | void HandleAPP(RTCPUtility::RTCPParserV2& rtcpParser, |
| 196 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 197 | |
| 198 | void HandleAPPItem(RTCPUtility::RTCPParserV2& rtcpParser, |
| 199 | RTCPHelp::RTCPPacketInformation& rtcpPacketInformation); |
| 200 | |
pwestin@webrtc.org | 26f8d9c | 2012-01-19 15:53:09 +0000 | [diff] [blame] | 201 | private: |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 202 | typedef std::map<uint32_t, RTCPHelp::RTCPReceiveInformation*> |
stefan@webrtc.org | b586507 | 2013-02-01 14:33:42 +0000 | [diff] [blame] | 203 | ReceivedInfoMap; |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 204 | int32_t _id; |
stefan@webrtc.org | a678a3b | 2013-01-21 07:42:11 +0000 | [diff] [blame] | 205 | Clock* _clock; |
pwestin@webrtc.org | 26f8d9c | 2012-01-19 15:53:09 +0000 | [diff] [blame] | 206 | RTCPMethod _method; |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 207 | int64_t _lastReceived; |
pwestin@webrtc.org | 26f8d9c | 2012-01-19 15:53:09 +0000 | [diff] [blame] | 208 | ModuleRtpRtcpImpl& _rtpRtcp; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 209 | |
pwestin@webrtc.org | 26f8d9c | 2012-01-19 15:53:09 +0000 | [diff] [blame] | 210 | CriticalSectionWrapper* _criticalSectionFeedbacks; |
| 211 | RtcpFeedback* _cbRtcpFeedback; |
pwestin@webrtc.org | 49888ce | 2012-04-27 05:25:53 +0000 | [diff] [blame] | 212 | RtcpBandwidthObserver* _cbRtcpBandwidthObserver; |
| 213 | RtcpIntraFrameObserver* _cbRtcpIntraFrameObserver; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 214 | |
pwestin@webrtc.org | 26f8d9c | 2012-01-19 15:53:09 +0000 | [diff] [blame] | 215 | CriticalSectionWrapper* _criticalSectionRTCPReceiver; |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 216 | uint32_t _SSRC; |
| 217 | uint32_t _remoteSSRC; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 218 | |
pwestin@webrtc.org | 26f8d9c | 2012-01-19 15:53:09 +0000 | [diff] [blame] | 219 | // Received send report |
| 220 | RTCPSenderInfo _remoteSenderInfo; |
| 221 | // when did we receive the last send report |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 222 | uint32_t _lastReceivedSRNTPsecs; |
| 223 | uint32_t _lastReceivedSRNTPfrac; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 224 | |
pwestin@webrtc.org | 26f8d9c | 2012-01-19 15:53:09 +0000 | [diff] [blame] | 225 | // Received report blocks. |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 226 | std::map<uint32_t, RTCPHelp::RTCPReportBlockInformation*> |
pwestin@webrtc.org | 26f8d9c | 2012-01-19 15:53:09 +0000 | [diff] [blame] | 227 | _receivedReportBlockMap; |
stefan@webrtc.org | b586507 | 2013-02-01 14:33:42 +0000 | [diff] [blame] | 228 | ReceivedInfoMap _receivedInfoMap; |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 229 | std::map<uint32_t, RTCPUtility::RTCPCnameInformation*> |
pwestin@webrtc.org | 26f8d9c | 2012-01-19 15:53:09 +0000 | [diff] [blame] | 230 | _receivedCnameMap; |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 231 | |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 232 | uint32_t _packetTimeOutMS; |
mflodman@webrtc.org | d7d4688 | 2012-02-14 12:49:59 +0000 | [diff] [blame] | 233 | |
mflodman@webrtc.org | 2f225ca | 2013-01-09 13:54:43 +0000 | [diff] [blame] | 234 | // The last time we received an RTCP RR. |
| 235 | int64_t _lastReceivedRrMs; |
| 236 | |
| 237 | // The time we last received an RTCP RR telling we have ssuccessfully |
| 238 | // delivered RTP packet to the remote side. |
| 239 | int64_t _lastIncreasedSequenceNumberMs; |
| 240 | |
mflodman@webrtc.org | d7d4688 | 2012-02-14 12:49:59 +0000 | [diff] [blame] | 241 | // Externally set RTT. This value can only be used if there are no valid |
| 242 | // RTT estimates. |
pbos@webrtc.org | 2f44673 | 2013-04-08 11:08:41 +0000 | [diff] [blame^] | 243 | uint16_t _rtt; |
mflodman@webrtc.org | d7d4688 | 2012-02-14 12:49:59 +0000 | [diff] [blame] | 244 | |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 245 | }; |
| 246 | } // namespace webrtc |
| 247 | #endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_RECEIVER_H_ |