| 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);
|
|
|