Remove AudioProcessing::UpdateHistogramsOnCallEnd.
Bug: webrtc:10198 Change-Id: I3e7a98f9b94c171e7f105883fc755e44b2e991ae Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173464 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31070}
This commit is contained in:

committed by
Commit Bot

parent
f0684b5a8a
commit
491ff3d54c
@ -624,12 +624,6 @@ class RTC_EXPORT AudioProcessing : public rtc::RefCountInterface {
|
||||
// attached, its destructor is called.
|
||||
virtual void DetachPlayoutAudioGenerator() = 0;
|
||||
|
||||
// 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.
|
||||
virtual AudioProcessingStats GetStatistics() = 0;
|
||||
// TODO(webrtc:5298) Deprecated variant. The |has_remote_tracks| argument
|
||||
|
Reference in New Issue
Block a user