Chromium Code Reviews| Index: webrtc/media/engine/webrtcvoiceengine.h |
| diff --git a/webrtc/media/engine/webrtcvoiceengine.h b/webrtc/media/engine/webrtcvoiceengine.h |
| index efb71202019b04d5875cc2dfcee60d2c99c0713d..4e18f5a3aa77e610167a03bee7b051fba68d0ccf 100644 |
| --- a/webrtc/media/engine/webrtcvoiceengine.h |
| +++ b/webrtc/media/engine/webrtcvoiceengine.h |
| @@ -89,6 +89,9 @@ class WebRtcVoiceEngine final : public webrtc::TraceCallback { |
| // Stops AEC dump. |
| void StopAecDump(); |
| + // Returns the APM config settings. |
| + webrtc::AudioProcessing::Config GetApmConfig() const { return apm_config_; } |
|
the sun
2016/11/22 14:37:53
Rename to GetApmConfigForTest() and remove comment
peah-webrtc
2016/11/22 14:56:05
Done.
|
| + |
| private: |
| // Every option that is "set" will be applied. Every option not "set" will be |
| // ignored. This allows us to selectively turn on and off different options |