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:
@ -366,6 +366,7 @@ WebRtc_Word32 ACMNetEQ::NetworkStatistics(
|
||||
statistics->currentPreemptiveRate = stats.currentPreemptiveRate;
|
||||
statistics->preferredBufferSize = stats.preferredBufferSize;
|
||||
statistics->clockDriftPPM = stats.clockDriftPPM;
|
||||
statistics->addedSamples = stats.addedSamples;
|
||||
} else {
|
||||
LogError("getNetworkStatistics", 0);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user