Remove unnecessary overloads of AudioProcessing::CreateAndAttachAecDump()
Bug: webrtc:13579 Change-Id: I2e121b5fd30de4ac1813483f00a51184ff861760 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/269623 Commit-Queue: Ali Tofigh <alito@webrtc.org> Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37723}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
7f0a7acb0a
commit
980ad0cd64
@ -71,9 +71,6 @@ class AudioProcessingImpl : public AudioProcessing {
|
||||
int Initialize() override;
|
||||
int Initialize(const ProcessingConfig& processing_config) override;
|
||||
void ApplyConfig(const AudioProcessing::Config& config) override;
|
||||
bool CreateAndAttachAecDump(const std::string& file_name,
|
||||
int64_t max_log_size_bytes,
|
||||
rtc::TaskQueue* worker_queue) override;
|
||||
bool CreateAndAttachAecDump(absl::string_view file_name,
|
||||
int64_t max_log_size_bytes,
|
||||
rtc::TaskQueue* worker_queue) override;
|
||||
|
||||
Reference in New Issue
Block a user