Index: webrtc/video/rtp_stream_receiver.h |
diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h |
index afd19a7addc34a639bb5fe195c79716c950b01b5..967eeea9c1b97c1504258c1600f62381af81d883 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, |