| 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 76abf63853d03fd4657bf893dfb3f7361c63f588..52fe0f3d864f9972d1fb4519ff93a65a0b1c3e0e 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);
|
|
|