Remove unused ExperimentalNS API in AudioProcessing
R=andrew@webrtc.org, kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12909004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6718 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
2b6bc8d84f
commit
4065988108
@ -209,9 +209,6 @@ class AudioProcessing {
|
||||
// ensures the options are applied immediately.
|
||||
virtual void SetExtraOptions(const Config& config) = 0;
|
||||
|
||||
virtual int EnableExperimentalNs(bool enable) { return kNoError; }
|
||||
virtual bool experimental_ns_enabled() const { return false; }
|
||||
|
||||
// DEPRECATED.
|
||||
// TODO(ajm): Remove after Chromium has upgraded to using Initialize().
|
||||
virtual int set_sample_rate_hz(int rate) = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user