Piping audio interruption metrics to API layer
Bug: webrtc:10549 Change-Id: Ie6abe5819c5b73dc5f5f89bdc375bad77f44ce97 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134303 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27788}
This commit is contained in:
committed by
Commit Bot
parent
c35b6e675a
commit
299c4e6846
@ -745,7 +745,7 @@ TEST_F(NetEqImplTest, NoAudioInterruptionLoggedBeforeFirstDecode) {
|
||||
}
|
||||
|
||||
auto lifetime_stats = neteq_->GetLifetimeStatistics();
|
||||
EXPECT_EQ(0u, lifetime_stats.interruption_count);
|
||||
EXPECT_EQ(0, lifetime_stats.interruption_count);
|
||||
}
|
||||
|
||||
// This test verifies that NetEq can handle comfort noise and enters/quits codec
|
||||
|
||||
Reference in New Issue
Block a user