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

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 4 years, 8 months 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 688e8fc60f979a2454dbd181dd56ce6f78e5ffe2..cf4e7e7ae2b3f65380c967d810cd5addb59e2fa7 100644
--- a/webrtc/video/video_send_stream.h
+++ b/webrtc/video/video_send_stream.h
@@ -76,6 +76,7 @@ class VideoSendStream : public webrtc::VideoSendStream,
RtpStateMap GetRtpStates() const;
int GetPaddingNeededBps() const;
+ bool OnSentPacket(int packet_id);
mflodman 2016/04/26 06:49:11 I'd prefer OnPacketSent, wdyt?
åsapersson 2016/04/28 12:26:19 Called from Call::OnSentPacket. Maybe keep the sam
mflodman 2016/05/02 07:21:10 Ah, ok.
// Implements BitrateAllocatorObserver.
void OnBitrateUpdated(uint32_t bitrate_bps,

Powered by Google App Engine
This is Rietveld 408576698