| Index: webrtc/video_receive_stream.h
|
| diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
|
| index b3a98c617ac2ebc120bf50f557faf537af47ba52..66dd78b24142c87ab395062320e0df94df899e3a 100644
|
| --- a/webrtc/video_receive_stream.h
|
| +++ b/webrtc/video_receive_stream.h
|
| @@ -207,6 +207,8 @@ class VideoReceiveStream {
|
| // TODO(pbos): Add info on currently-received codec to Stats.
|
| virtual Stats GetStats() const = 0;
|
|
|
| + virtual rtc::Optional<TimingFrameInfo> GetAndResetTimingFrameInfo() = 0;
|
| +
|
| // Takes ownership of the file, is responsible for closing it later.
|
| // Calling this method will close and finalize any current log.
|
| // Giving rtc::kInvalidPlatformFileValue disables logging.
|
|
|