| 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 c9088c7b97231204f3ba6d1d2b15dc57ec1984f8..0f03ed7d06ebcc98579ab02f7f5f655dfda07885 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| @@ -97,6 +97,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);
|
|
|