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

Unified Diff: webrtc/media/base/mediachannel.h

Issue 2341293002: Add new decoding statistics for muted output (Closed)
Patch Set: Updates after reviews Created 4 years, 3 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
« no previous file with comments | « webrtc/common_types.h ('k') | webrtc/media/engine/webrtcvoiceengine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/mediachannel.h
diff --git a/webrtc/media/base/mediachannel.h b/webrtc/media/base/mediachannel.h
index 1355b36679012475ba39e118484f80b07c81a0a3..b71a309233546f941150431bf5df4aca8f46b095 100644
--- a/webrtc/media/base/mediachannel.h
+++ b/webrtc/media/base/mediachannel.h
@@ -620,6 +620,7 @@ struct VoiceReceiverInfo : public MediaReceiverInfo {
decoding_plc(0),
decoding_cng(0),
decoding_plc_cng(0),
+ decoding_muted_output(0),
capture_start_ntp_time_ms(-1) {}
int ext_seqnum;
@@ -644,6 +645,7 @@ struct VoiceReceiverInfo : public MediaReceiverInfo {
int decoding_plc;
int decoding_cng;
int decoding_plc_cng;
+ int decoding_muted_output;
// Estimated capture start time in NTP time in ms.
int64_t capture_start_ntp_time_ms;
};
« no previous file with comments | « webrtc/common_types.h ('k') | webrtc/media/engine/webrtcvoiceengine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698