Removing dependency of the EchoControlMobileImpl class on ProcessingComponent.
BUG=webrtc:5351 Review URL: https://codereview.webrtc.org/1772453002 Cr-Commit-Position: refs/heads/master@{#11945}
This commit is contained in:
@ -198,6 +198,8 @@ class AudioProcessingImpl : public AudioProcessing {
|
||||
EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
|
||||
void InitializeEchoCanceller()
|
||||
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
void InitializeEchoControlMobile()
|
||||
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
int InitializeLocked(const ProcessingConfig& config)
|
||||
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user