Index: webrtc/voice_engine/transmit_mixer.h |
diff --git a/webrtc/voice_engine/transmit_mixer.h b/webrtc/voice_engine/transmit_mixer.h |
index 13ddaa54921fdea604acd79460c4519599b76a8b..01496df78ea4c00837b17c347b7fe86e9fc27809 100644 |
--- a/webrtc/voice_engine/transmit_mixer.h |
+++ b/webrtc/voice_engine/transmit_mixer.h |
@@ -32,7 +32,6 @@ |
#endif |
namespace webrtc { |
- |
class AudioProcessing; |
class ProcessThread; |
class VoEExternalMedia; |
@@ -67,16 +66,10 @@ public: |
uint16_t currentMicLevel, |
bool keyPressed); |
- |
- int32_t DemuxAndMix(); |
- // Used by the Chrome to pass the recording data to the specific VoE |
- // channels for demux. |
- void DemuxAndMix(const int voe_channels[], size_t number_of_voe_channels); |
- |
- int32_t EncodeAndSend(); |
+ void ProcessAudio(); |
// Used by the Chrome to pass the recording data to the specific VoE |
- // channels for encoding and sending to the network. |
- void EncodeAndSend(const int voe_channels[], size_t number_of_voe_channels); |
+ // channels for processing. |
+ void ProcessAudio(const int voe_channels[], size_t number_of_voe_channels); |
// Must be called on the same thread as PrepareDemux(). |
uint32_t CaptureLevel() const; |