summaryrefslogtreecommitdiff
path: root/voice_engine/include/voe_audio_processing.h
diff options
context:
space:
mode:
Diffstat (limited to 'voice_engine/include/voe_audio_processing.h')
-rw-r--r--voice_engine/include/voe_audio_processing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/voice_engine/include/voe_audio_processing.h b/voice_engine/include/voe_audio_processing.h
index 4965d331..cc62eb90 100644
--- a/voice_engine/include/voe_audio_processing.h
+++ b/voice_engine/include/voe_audio_processing.h
@@ -83,7 +83,7 @@ public:
// Sets the AGC configuration.
// Should only be used in situations where the working environment
// is well known.
- virtual int SetAgcConfig(const AgcConfig config) = 0;
+ virtual int SetAgcConfig(AgcConfig config) = 0;
// Gets the AGC configuration.
virtual int GetAgcConfig(AgcConfig& config) = 0;
@@ -152,7 +152,7 @@ public:
// Modifies the AGC configuration on the receiving side for the
// specified |channel|.
- virtual int SetRxAgcConfig(int channel, const AgcConfig config) = 0;
+ virtual int SetRxAgcConfig(int channel, AgcConfig config) = 0;
// Gets the AGC configuration on the receiving side.
virtual int GetRxAgcConfig(int channel, AgcConfig& config) = 0;