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

Unified Diff: webrtc/pc/test/fakeaudiocapturemodule.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/pc/test/fakeaudiocapturemodule.cc
diff --git a/webrtc/pc/test/fakeaudiocapturemodule.cc b/webrtc/pc/test/fakeaudiocapturemodule.cc
index 5812d3900fce8d0fabc432334688da8096f3a448..c1ac489b19cb25b2b9546a914e98945d03436944 100644
--- a/webrtc/pc/test/fakeaudiocapturemodule.cc
+++ b/webrtc/pc/test/fakeaudiocapturemodule.cc
@@ -276,19 +276,6 @@ bool FakeAudioCaptureModule::AGC() const {
return 0;
}
-int32_t FakeAudioCaptureModule::SetWaveOutVolume(uint16_t /*volume_left*/,
- uint16_t /*volume_right*/) {
- RTC_NOTREACHED();
- return 0;
-}
-
-int32_t FakeAudioCaptureModule::WaveOutVolume(
- uint16_t* /*volume_left*/,
- uint16_t* /*volume_right*/) const {
- RTC_NOTREACHED();
- return 0;
-}
-
int32_t FakeAudioCaptureModule::InitSpeaker() {
// No speaker, just playing from file. Return success.
return 0;
« webrtc/modules/audio_device/include/audio_device.h ('K') | « webrtc/pc/test/fakeaudiocapturemodule.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698