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

Unified Diff: test/mock_voice_engine.h

Issue 3019433002: Remove VoECodec (Closed)
Patch Set: rebase Created 3 years, 3 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 | « media/engine/webrtcvoe.h ('k') | voice_engine/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mock_voice_engine.h
diff --git a/test/mock_voice_engine.h b/test/mock_voice_engine.h
index bd65b0ba5ea7f3707a0a2d5e01f767c37b25442c..e388993cf6f85e8294c2c74f4e4a099ef217cfb9 100644
--- a/test/mock_voice_engine.h
+++ b/test/mock_voice_engine.h
@@ -113,27 +113,6 @@ class MockVoiceEngine : public VoiceEngineImpl {
MOCK_METHOD1(StopSend, int(int channel));
MOCK_METHOD0(audio_transport, AudioTransport*());
- // VoECodec
- MOCK_METHOD0(NumOfCodecs, int());
- MOCK_METHOD2(GetCodec, int(int index, CodecInst& codec));
- MOCK_METHOD2(SetSendCodec, int(int channel, const CodecInst& codec));
- MOCK_METHOD2(GetSendCodec, int(int channel, CodecInst& codec));
- MOCK_METHOD2(SetBitRate, int(int channel, int bitrate_bps));
- MOCK_METHOD2(GetRecCodec, int(int channel, CodecInst& codec));
- MOCK_METHOD2(SetRecPayloadType, int(int channel, const CodecInst& codec));
- MOCK_METHOD2(GetRecPayloadType, int(int channel, CodecInst& codec));
- MOCK_METHOD3(SetSendCNPayloadType,
- int(int channel, int type, PayloadFrequencies frequency));
- MOCK_METHOD2(SetFECStatus, int(int channel, bool enable));
- MOCK_METHOD2(GetFECStatus, int(int channel, bool& enabled));
- MOCK_METHOD4(SetVADStatus,
- int(int channel, bool enable, VadModes mode, bool disableDTX));
- MOCK_METHOD4(
- GetVADStatus,
- int(int channel, bool& enabled, VadModes& mode, bool& disabledDTX));
- MOCK_METHOD2(SetOpusMaxPlaybackRate, int(int channel, int frequency_hz));
- MOCK_METHOD2(SetOpusDtx, int(int channel, bool enable_dtx));
-
// VoENetwork
MOCK_METHOD2(RegisterExternalTransport,
int(int channel, Transport& transport));
« no previous file with comments | « media/engine/webrtcvoe.h ('k') | voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698