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

Unified Diff: webrtc/modules/audio_device/win/audio_device_core_win.cc

Issue 3006793002: Removes unused WaveOut APIs from ADM (Closed)
Patch Set: Created 3 years, 4 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/modules/audio_device/win/audio_device_core_win.cc
diff --git a/webrtc/modules/audio_device/win/audio_device_core_win.cc b/webrtc/modules/audio_device/win/audio_device_core_win.cc
index 783e9898ded6d817fa0b891b3d6066631dca8fa5..c77eacc774e4f6d0cd5730c793e5339570129498 100644
--- a/webrtc/modules/audio_device/win/audio_device_core_win.cc
+++ b/webrtc/modules/audio_device/win/audio_device_core_win.cc
@@ -1044,24 +1044,6 @@ Exit:
return -1;
}
-// ----------------------------------------------------------------------------
-// SetWaveOutVolume
-// ----------------------------------------------------------------------------
-
-int32_t AudioDeviceWindowsCore::SetWaveOutVolume(uint16_t volumeLeft, uint16_t volumeRight)
-{
- return -1;
-}
-
-// ----------------------------------------------------------------------------
-// WaveOutVolume
-// ----------------------------------------------------------------------------
-
-int32_t AudioDeviceWindowsCore::WaveOutVolume(uint16_t& volumeLeft, uint16_t& volumeRight) const
-{
- return -1;
-}
-
// ----------------------------------------------------------------------------
// MaxSpeakerVolume
//

Powered by Google App Engine
This is Rietveld 408576698