Add new UMA metric for NetEq target buffer delay
The UMA metric will log the same information that goes into the googPreferredJitterBufferMs stat. Bug: webrtc:8488 Change-Id: I4e4e1e362dd42377105d52d2c4cd49c1ecb1a90d Reviewed-on: https://webrtc-review.googlesource.com/26740 Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20923}
This commit is contained in:

committed by
Commit Bot

parent
4e70a72571
commit
abbff89b29
@ -655,6 +655,12 @@ class AudioCodingModule {
|
||||
//
|
||||
virtual int FilteredCurrentDelayMs() const = 0;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// int FilteredCurrentDelayMs()
|
||||
// Returns the current target delay for NetEq in ms.
|
||||
//
|
||||
virtual int TargetDelayMs() const = 0;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// int32_t PlayoutData10Ms(
|
||||
// Get 10 milliseconds of raw audio data for playout, at the given sampling
|
||||
|
Reference in New Issue
Block a user