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

Unified Diff: webrtc/test/mock_voice_engine.h

Issue 2645033002: Remove VoEExternalMedia interface. (Closed)
Patch Set: bad merge Created 3 years, 10 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
« no previous file with comments | « webrtc/common_types.h ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/mock_voice_engine.h
diff --git a/webrtc/test/mock_voice_engine.h b/webrtc/test/mock_voice_engine.h
index ced07512041f0b7d7b38ceecd6554d49b1166ebc..cd0b7d26a11605ea9215813c397258aa1e1ce4b5 100644
--- a/webrtc/test/mock_voice_engine.h
+++ b/webrtc/test/mock_voice_engine.h
@@ -159,17 +159,6 @@ class MockVoiceEngine : public VoiceEngineImpl {
MOCK_METHOD2(SetOpusMaxPlaybackRate, int(int channel, int frequency_hz));
MOCK_METHOD2(SetOpusDtx, int(int channel, bool enable_dtx));
- // VoEExternalMedia
- MOCK_METHOD3(RegisterExternalMediaProcessing,
- int(int channel,
- ProcessingTypes type,
- VoEMediaProcess& processObject));
- MOCK_METHOD2(DeRegisterExternalMediaProcessing,
- int(int channel, ProcessingTypes type));
- MOCK_METHOD3(GetAudioFrame,
- int(int channel, int desired_sample_rate_hz, AudioFrame* frame));
- MOCK_METHOD2(SetExternalMixing, int(int channel, bool enable));
-
// VoEFile
MOCK_METHOD7(StartPlayingFileLocally,
int(int channel,
« no previous file with comments | « webrtc/common_types.h ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698