Chromium Code Reviews

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_sender.h

Issue 2740163002: Don't allocate any RTPSender object for a receive only RtpRtcp module (Closed)
Patch Set: Rebased. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/call/flexfec_receive_stream_impl.cc ('k') | webrtc/modules/rtp_rtcp/source/rtcp_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
index 4ccef2620496b296ae9db388ed9542f714404592..ece186425f6a4c9762ec1da691821e8aaf184a1a 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
@@ -96,6 +96,8 @@ class RTCPSender {
void SetLastRtpTime(uint32_t rtp_timestamp, int64_t capture_time_ms);
+ uint32_t SSRC() const;
+
void SetSSRC(uint32_t ssrc);
void SetRemoteSSRC(uint32_t ssrc);
« no previous file with comments | « webrtc/call/flexfec_receive_stream_impl.cc ('k') | webrtc/modules/rtp_rtcp/source/rtcp_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine