Removed the dependency in GainControlImpl on the ProcessingComponent class
BUG=webrtc:5353 Review URL: https://codereview.webrtc.org/1768943002 Cr-Commit-Position: refs/heads/master@{#11949}
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 InitializeGainController()
|
||||
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
void InitializeEchoControlMobile()
|
||||
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
||||
int InitializeLocked(const ProcessingConfig& config)
|
||||
|
||||
Reference in New Issue
Block a user