Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2663)

Unified Diff: webrtc/voice_engine/transmit_mixer.h

Issue 2645033002: Remove VoEExternalMedia interface. (Closed)
Patch Set: bad merge Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/voice_engine/test/cmd_test/voe_cmd_test.cc ('k') | webrtc/voice_engine/transmit_mixer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..35003848d1ef56e1141b5c265d1531f5066c9462 100644
--- a/webrtc/voice_engine/transmit_mixer.h
+++ b/webrtc/voice_engine/transmit_mixer.h
@@ -35,8 +35,6 @@ namespace webrtc {
class AudioProcessing;
class ProcessThread;
-class VoEExternalMedia;
-class VoEMediaProcess;
namespace voe {
@@ -83,13 +81,6 @@ public:
int32_t StopSend();
- // VoEExternalMedia
- int RegisterExternalMediaProcessing(VoEMediaProcess* object,
- ProcessingTypes type);
- int DeRegisterExternalMediaProcessing(ProcessingTypes type);
-
- int GetMixingFrequency();
-
// VoEVolumeControl
int SetMute(bool enable);
@@ -228,8 +219,6 @@ private:
int _instanceId;
bool _mixFileWithMicrophone;
uint32_t _captureLevel;
- VoEMediaProcess* external_postproc_ptr_;
- VoEMediaProcess* external_preproc_ptr_;
bool _mute;
bool stereo_codec_;
bool swap_stereo_channels_;
« no previous file with comments | « webrtc/voice_engine/test/cmd_test/voe_cmd_test.cc ('k') | webrtc/voice_engine/transmit_mixer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698