Adds voice concealment periods reporting to neteq_rtpplay.
Change-Id: Ie5a89eacef8c1cf7d5a6220b045d2c331fef199e Bug: webrtc:8847 Change-Id: Ie5a89eacef8c1cf7d5a6220b045d2c331fef199e Reviewed-on: https://webrtc-review.googlesource.com/48100 Commit-Queue: Alex Narest <alexnarest@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21950}
This commit is contained in:
@ -111,6 +111,10 @@ NetEqNetworkStatistics NetEqTest::SimulationStats() {
|
||||
return stats;
|
||||
}
|
||||
|
||||
NetEqLifetimeStatistics NetEqTest::LifetimeStats() const {
|
||||
return neteq_->GetLifetimeStatistics();
|
||||
}
|
||||
|
||||
void NetEqTest::RegisterDecoders(const DecoderMap& codecs) {
|
||||
for (const auto& c : codecs) {
|
||||
RTC_CHECK_EQ(
|
||||
|
Reference in New Issue
Block a user