aboutsummaryrefslogtreecommitdiff
path: root/webrtc/voice_engine/voe_volume_control_impl.h
diff options
context:
space:
mode:
authorhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-14 11:51:45 +0000
committerhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-14 11:51:45 +0000
commitf383a1b0f2c47ed6de5e0e45abb2aa5422501240 (patch)
tree6e7bffcf7d6f51e028b16c5a0cf561bd669cc069 /webrtc/voice_engine/voe_volume_control_impl.h
parent2fa17015d11ca721e10ff5c19933b1c02c784af0 (diff)
downloadwebrtc-f383a1b0f2c47ed6de5e0e45abb2aa5422501240.tar.gz
Removes parts of the webrtc::VoEVolumeControl sub API as part of a clean-up operation where the goal is to remove unused APIs.
BUG=3206 R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12519004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6145 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/voice_engine/voe_volume_control_impl.h')
-rw-r--r--webrtc/voice_engine/voe_volume_control_impl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/webrtc/voice_engine/voe_volume_control_impl.h b/webrtc/voice_engine/voe_volume_control_impl.h
index cdbc4280e4..b5e3b1b02d 100644
--- a/webrtc/voice_engine/voe_volume_control_impl.h
+++ b/webrtc/voice_engine/voe_volume_control_impl.h
@@ -24,10 +24,6 @@ public:
virtual int GetSpeakerVolume(unsigned int& volume);
- virtual int SetSystemOutputMute(bool enable);
-
- virtual int GetSystemOutputMute(bool& enabled);
-
virtual int SetMicVolume(unsigned int volume);
virtual int GetMicVolume(unsigned int& volume);
@@ -36,10 +32,6 @@ public:
virtual int GetInputMute(int channel, bool& enabled);
- virtual int SetSystemInputMute(bool enable);
-
- virtual int GetSystemInputMute(bool& enabled);
-
virtual int GetSpeechInputLevel(unsigned int& level);
virtual int GetSpeechOutputLevel(int channel, unsigned int& level);