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

Unified Diff: webrtc/voice_engine/transmit_mixer.h

Issue 2727063004: Remove VoEVolumeControl interface. (Closed)
Patch Set: fix Created 3 years, 9 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
Index: webrtc/voice_engine/transmit_mixer.h
diff --git a/webrtc/voice_engine/transmit_mixer.h b/webrtc/voice_engine/transmit_mixer.h
index 6591fe9a9a5ec3fde2acb6ca9358936509a940d2..7120b6500a0a32d0b05590a9a54619e690d4aa6a 100644
--- a/webrtc/voice_engine/transmit_mixer.h
+++ b/webrtc/voice_engine/transmit_mixer.h
@@ -80,11 +80,7 @@ public:
int32_t StopSend();
- // VoEVolumeControl
- int SetMute(bool enable);
-
- bool Mute() const;
-
+ // TODO(solenberg): Remove, once AudioMonitor is gone.
int8_t AudioLevel() const;
// 'virtual' to allow mocking.
@@ -227,7 +223,6 @@ private:
int _instanceId = 0;
bool _mixFileWithMicrophone = false;
uint32_t _captureLevel = 0;
- bool _mute = false;
bool stereo_codec_ = false;
bool swap_stereo_channels_ = false;
};

Powered by Google App Engine
This is Rietveld 408576698