Add ToString method for AudioProcessing::Config

Bug: webrtc:10138
Change-Id: Icc0b40596867fd6fb8c1de5ca209dbafb504e50d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/147726
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Ivo Creusen <ivoc@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28745}
This commit is contained in:
Artem Titov
2019-08-02 11:31:37 +02:00
committed by Commit Bot
parent 6563934be3
commit 59bbd65561
2 changed files with 84 additions and 0 deletions

View File

@ -370,6 +370,8 @@ class AudioProcessing : public rtc::RefCountInterface {
}
return *this;
}
std::string ToString() const;
};
// TODO(mgraczyk): Remove once all methods that use ChannelLayout are gone.