Index: webrtc/video/rtp_stream_receiver.h |
diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h |
index 89fc4f6b9347a41e498edc19e31f89c8b86ff7ab..14edb61388002f168b8fa64ceb1fede810b0b54f 100644 |
--- a/webrtc/video/rtp_stream_receiver.h |
+++ b/webrtc/video/rtp_stream_receiver.h |
@@ -135,6 +135,9 @@ class RtpStreamReceiver : public RtpData, |
void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) override; |
+ rtc::Optional<int64_t> LastReceivedPacketMs() const; |
+ rtc::Optional<int64_t> LastReceivedKeyframePacketMs() const; |
+ |
private: |
bool AddReceiveCodec(const VideoCodec& video_codec); |
bool ReceivePacket(const uint8_t* packet, |