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@3289 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
roosa@google.com
2012-12-14 00:06:18 +00:00
parent c454fab03b
commit b8ba4d8109
10 changed files with 17 additions and 4 deletions

View File

@ -1171,6 +1171,8 @@ int WebRtcNetEQ_GetNetworkStatistics(void *inst, WebRtcNetEQ_NetworkStatistics *
/* Instance sanity */
if (NetEqMainInst == NULL) return (-1);
stats->addedSamples = NetEqMainInst->DSPinst.statInst.addedSamples;
/*******************/
/* Get buffer size */
/*******************/