Make experimental NS API not purely virtual
Because not all subclasses will want to bother overriding these methods. R=bjornv@webrtc.org, kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/18689004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6592 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -303,10 +303,6 @@ void AudioProcessingImpl::SetExtraOptions(const Config& config) {
|
||||
(*it)->SetExtraOptions(config);
|
||||
}
|
||||
|
||||
int AudioProcessingImpl::EnableExperimentalNs(bool enable) {
|
||||
return kNoError;
|
||||
}
|
||||
|
||||
int AudioProcessingImpl::input_sample_rate_hz() const {
|
||||
CriticalSectionScoped crit_scoped(crit_);
|
||||
return fwd_in_format_.rate();
|
||||
|
||||
Reference in New Issue
Block a user