Remove the reporting of histogram data for AEC2
This CL removes the legacy reporting of histogram data for AEC2. Bug: webrtc:5298 Change-Id: I838e729e0fb78d28e16de0fa79ddf5c857682d65 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135101 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27834}
This commit is contained in:
@ -630,6 +630,8 @@ class AudioProcessing : public rtc::RefCountInterface {
|
||||
|
||||
// Use to send UMA histograms at end of a call. Note that all histogram
|
||||
// specific member variables are reset.
|
||||
// Deprecated. This method is deprecated and will be removed.
|
||||
// TODO(peah): Remove this method.
|
||||
virtual void UpdateHistogramsOnCallEnd() = 0;
|
||||
|
||||
// Get audio processing statistics. The |has_remote_tracks| argument should be
|
||||
|
||||
Reference in New Issue
Block a user