Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: webrtc/video/video_send_stream.h

Issue 1478253002: Add histogram stats for send delay for a sent video stream. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/video_send_stream.h
diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h
index 64b7fceaf358eed00b815bdfc870bbf513fec420..2f8ad9de548eb8ddf175f3843d59598a624bda7f 100644
--- a/webrtc/video/video_send_stream.h
+++ b/webrtc/video/video_send_stream.h
@@ -71,6 +71,7 @@ class VideoSendStream : public webrtc::VideoSendStream,
int64_t GetRtt() const;
int GetPaddingNeededBps() const;
+ void OnSentPacket(int packet_id);
private:
bool SetSendCodec(VideoCodec video_codec);

Powered by Google App Engine
This is Rietveld 408576698