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

Unified Diff: webrtc/test/mock_voe_channel_proxy.h

Issue 2703373006: Injectable audio encoders: voice_engine/channel changes. (Closed)
Patch Set: Removed builtin_audio_encoder_factory from voice_engine/BUILD.gn. Size check using sizeof(). Fixed … 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 | « no previous file | webrtc/voice_engine/BUILD.gn » ('j') | webrtc/voice_engine/channel.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/mock_voe_channel_proxy.h
diff --git a/webrtc/test/mock_voe_channel_proxy.h b/webrtc/test/mock_voe_channel_proxy.h
index 7932473dd3a4f225c9361e4a61cc7dd6bbbc4475..d6161a276186a9024aa923f205cef7e004d01a3b 100644
--- a/webrtc/test/mock_voe_channel_proxy.h
+++ b/webrtc/test/mock_voe_channel_proxy.h
@@ -21,6 +21,10 @@ namespace test {
class MockVoEChannelProxy : public voe::ChannelProxy {
public:
+ MOCK_METHOD3(SetSendFormat,
+ bool(int payload_type,
+ const SdpAudioFormat& format,
+ AudioEncoderFactory* factory));
MOCK_METHOD1(SetRTCPStatus, void(bool enable));
MOCK_METHOD1(SetLocalSSRC, void(uint32_t ssrc));
MOCK_METHOD1(SetRTCP_CNAME, void(const std::string& c_name));
« no previous file with comments | « no previous file | webrtc/voice_engine/BUILD.gn » ('j') | webrtc/voice_engine/channel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698