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

Unified Diff: webrtc/pc/test/fakeaudiocapturemodule.h

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.h
diff --git a/webrtc/pc/test/fakeaudiocapturemodule.h b/webrtc/pc/test/fakeaudiocapturemodule.h
index f01b3e8e5b6626afa812d9cd8a1e4fb43e83c2ba..1440821281897887829ee6762a4c02c7e8c49bee 100644
--- a/webrtc/pc/test/fakeaudiocapturemodule.h
+++ b/webrtc/pc/test/fakeaudiocapturemodule.h
@@ -104,11 +104,6 @@ class FakeAudioCaptureModule
int32_t SetAGC(bool enable) override;
bool AGC() const override;
- int32_t SetWaveOutVolume(uint16_t volume_left,
- uint16_t volume_right) override;
- int32_t WaveOutVolume(uint16_t* volume_left,
- uint16_t* volume_right) const override;
-
int32_t InitSpeaker() override;
bool SpeakerIsInitialized() const override;
int32_t InitMicrophone() override;

Powered by Google App Engine
This is Rietveld 408576698