summaryrefslogtreecommitdiff
path: root/common_types.h
diff options
context:
space:
mode:
authorroosa@google.com <roosa@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-12-14 00:06:18 +0000
committerroosa@google.com <roosa@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-12-14 00:06:18 +0000
commit0049a764eace2075522099d81343aab39b4d6d92 (patch)
treec3adbdf6b0e795762e82162dc39aa6a33ac41b65 /common_types.h
parent4c9b819a1aeea34dfcaa6e87e49016615cd1a167 (diff)
downloadwebrtc-0049a764eace2075522099d81343aab39b4d6d92.tar.gz
Add number of inserted samples to NetEq statistics.
BUG= Review URL: https://webrtc-codereview.appspot.com/964030 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3289 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'common_types.h')
-rw-r--r--common_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common_types.h b/common_types.h
index b21fc1b0..492cb37f 100644
--- a/common_types.h
+++ b/common_types.h
@@ -314,6 +314,8 @@ struct NetworkStatistics // NETEQ statistics
int minWaitingTimeMs;
// max packet waiting time in the jitter buffer (ms)
int maxWaitingTimeMs;
+ // added samples in off mode due to packet loss
+ int addedSamples;
};
typedef struct