summaryrefslogtreecommitdiff
path: root/voice_engine/transmit_mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'voice_engine/transmit_mixer.h')
-rw-r--r--voice_engine/transmit_mixer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/voice_engine/transmit_mixer.h b/voice_engine/transmit_mixer.h
index c68293fe..b7c7403a 100644
--- a/voice_engine/transmit_mixer.h
+++ b/voice_engine/transmit_mixer.h
@@ -63,12 +63,12 @@ public:
int32_t DemuxAndMix();
// Used by the Chrome to pass the recording data to the specific VoE
// channels for demux.
- void DemuxAndMix(int voe_channels[], int number_of_voe_channels);
+ void DemuxAndMix(const int voe_channels[], int number_of_voe_channels);
int32_t EncodeAndSend();
// Used by the Chrome to pass the recording data to the specific VoE
// channels for encoding and sending to the network.
- void EncodeAndSend(int voe_channels[], int number_of_voe_channels);
+ void EncodeAndSend(const int voe_channels[], int number_of_voe_channels);
uint32_t CaptureLevel() const;