| Index: webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.h b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| index 83bdc64c8f81fa86b86ddd61a354b1fb29448bbb..56739ae4fa874f4b6daa22ec96b530d995e8ff3d 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| @@ -205,6 +205,9 @@ class RTPSender {
|
| void SetRtxRtpState(const RtpState& rtp_state);
|
| RtpState GetRtxRtpState() const;
|
|
|
| + int64_t LastTimestampTimeMs() const;
|
| + void SendKeepAlive(uint8_t payload_type);
|
| +
|
| protected:
|
| int32_t CheckPayloadType(int8_t payload_type, RtpVideoCodecTypes* video_type);
|
|
|
|
|