commit | e84978f3d8612e7e482791552b94e0847967d3ba | [log] [tgz] |
---|---|---|
author | andrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Sat Jan 25 02:09:06 2014 +0000 |
committer | andrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Sat Jan 25 02:09:06 2014 +0000 |
tree | 1e0cb3ab8f6e972b74d004047af0d62a325d95c8 | |
parent | 256d0ada35591c7e816de625767512d934258a0a [diff] [blame] |
Add a Config parameter to AudioProcessing::Create(). Also add a parameter-less version; the (int) version is deprecated and should be removed. TBR=aluebs,bjornv BUG=2844 Review URL: https://webrtc-codereview.appspot.com/7609004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5431 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_processing/audio_processing_impl.h b/webrtc/modules/audio_processing/audio_processing_impl.h index caf93dc..249b789 100644 --- a/webrtc/modules/audio_processing/audio_processing_impl.h +++ b/webrtc/modules/audio_processing/audio_processing_impl.h
@@ -47,7 +47,7 @@ kSampleRate32kHz = 32000 }; - AudioProcessingImpl(); + explicit AudioProcessingImpl(const Config& config); virtual ~AudioProcessingImpl(); CriticalSectionWrapper* crit() const;