| commit | 59bbd65561111fe25e8f0d481e64962598e7c87f | [log] [tgz] |
|---|---|---|
| author | Artem Titov <titovartem@google.com> | Fri Aug 02 09:31:37 2019 |
| committer | Commit Bot <commit-bot@chromium.org> | Fri Aug 02 10:01:56 2019 |
| tree | 15115def1e5777391850f040387233bb73b5ffec | |
| parent | 6563934be3ef43e38f1ff8237c9c3c7689b2e6d1 [diff] [blame] |
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}
diff --git a/modules/audio_processing/include/audio_processing.h b/modules/audio_processing/include/audio_processing.h index 4bcace2..eb12a66 100644 --- a/modules/audio_processing/include/audio_processing.h +++ b/modules/audio_processing/include/audio_processing.h
@@ -370,6 +370,8 @@ } return *this; } + + std::string ToString() const; }; // TODO(mgraczyk): Remove once all methods that use ChannelLayout are gone.