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
@ -259,6 +259,9 @@ void AcmReceiver::GetNetworkStatistics(NetworkStatistics* acm_stat) {
|
||||
neteq_lifetime_stat.delayed_packet_outage_samples;
|
||||
acm_stat->relativePacketArrivalDelayMs =
|
||||
neteq_lifetime_stat.relative_packet_arrival_delay_ms;
|
||||
acm_stat->interruptionCount = neteq_lifetime_stat.interruption_count;
|
||||
acm_stat->totalInterruptionDurationMs =
|
||||
neteq_lifetime_stat.total_interruption_duration_ms;
|
||||
|
||||
NetEqOperationsAndState neteq_operations_and_state =
|
||||
neteq_->GetOperationsAndState();
|
||||
|
||||
Reference in New Issue
Block a user