| Index: webrtc/tools/event_log_visualizer/analyzer.h
|
| diff --git a/webrtc/tools/event_log_visualizer/analyzer.h b/webrtc/tools/event_log_visualizer/analyzer.h
|
| index 5cbcf79b8a373cbd5da4d6d692b8ddec88b5247b..1a82dccad3b91d49227c8358fe6e80dd9301a335 100644
|
| --- a/webrtc/tools/event_log_visualizer/analyzer.h
|
| +++ b/webrtc/tools/event_log_visualizer/analyzer.h
|
| @@ -86,6 +86,10 @@ class EventLogAnalyzer {
|
|
|
| void CreateNetworkDelayFeedbackGraph(Plot* plot);
|
|
|
| + // Returns a vector of capture and arrival timestamps for the video frames
|
| + // of the stream with the most number of frames.
|
| + std::vector<std::pair<int64_t, int64_t>> GetFrameTimestamps() const;
|
| +
|
| private:
|
| class StreamId {
|
| public:
|
|
|