summaryrefslogtreecommitdiff
path: root/voice_engine/voe_hardware_impl.h
diff options
context:
space:
mode:
authorhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-09 10:55:11 +0000
committerhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-09 10:55:11 +0000
commita4943eaab7edae7d9f8567e163701852f0ecc476 (patch)
treee0e01618e7b8b4a4dee8f0cb4b3fdb0efae16a1d /voice_engine/voe_hardware_impl.h
parentd88b46fa26a613967176ef45e68b679ff003758d (diff)
downloadwebrtc-a4943eaab7edae7d9f8567e163701852f0ecc476.tar.gz
Removes parts of the webrtc::VoEHardwareMedia sub API as part of a clean-up operation where the goal is to remove unused APIs.
BUG=3206 R=andrew@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/18399004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6090 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voe_hardware_impl.h')
-rw-r--r--voice_engine/voe_hardware_impl.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/voice_engine/voe_hardware_impl.h b/voice_engine/voe_hardware_impl.h
index 4e06f978..f3537efb 100644
--- a/voice_engine/voe_hardware_impl.h
+++ b/voice_engine/voe_hardware_impl.h
@@ -33,10 +33,6 @@ public:
char strNameUTF8[128],
char strGuidUTF8[128]);
- virtual int GetRecordingDeviceStatus(bool& isAvailable);
-
- virtual int GetPlayoutDeviceStatus(bool& isAvailable);
-
virtual int SetRecordingDevice(
int index,
StereoChannel recordingChannel = kStereoBoth);
@@ -47,21 +43,6 @@ public:
virtual int GetAudioDeviceLayer(AudioLayers& audioLayer);
- virtual int GetCPULoad(int& loadPercent);
-
- virtual int ResetAudioDevice();
-
- virtual int AudioDeviceControl(unsigned int par1,
- unsigned int par2,
- unsigned int par3);
-
- virtual int SetLoudspeakerStatus(bool enable);
-
- virtual int GetLoudspeakerStatus(bool& enabled);
-
- virtual int EnableBuiltInAEC(bool enable);
- virtual bool BuiltInAECIsEnabled() const;
-
virtual int SetRecordingSampleRate(unsigned int samples_per_sec);
virtual int RecordingSampleRate(unsigned int* samples_per_sec) const;
virtual int SetPlayoutSampleRate(unsigned int samples_per_sec);