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

Unified Diff: webrtc/media/engine/fakewebrtccall.h

Issue 2397573006: Using AudioOption to enable audio network adaptor. (Closed)
Patch Set: Created 4 years, 2 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/media/engine/fakewebrtccall.h
diff --git a/webrtc/media/engine/fakewebrtccall.h b/webrtc/media/engine/fakewebrtccall.h
index 5719070eeaee78049889c62518b343163838b451..dfe8fbb2bad06c0ead9235ac65a8900300ff1872 100644
--- a/webrtc/media/engine/fakewebrtccall.h
+++ b/webrtc/media/engine/fakewebrtccall.h
@@ -59,6 +59,13 @@ class FakeAudioSendStream final : public webrtc::AudioSendStream {
void SetMuted(bool muted) override;
webrtc::AudioSendStream::Stats GetStats() const override;
+ bool EnableAudioNetworkAdaptor(const std::string& config_string) override;
+
+ void DisableAudioNetworkAdaptor() override;
+
+ void SetReceiverFrameLengthRange(int min_frame_length_ms,
+ int max_frame_length_ms) override;
+
TelephoneEvent latest_telephone_event_;
webrtc::AudioSendStream::Config config_;
webrtc::AudioSendStream::Stats stats_;

Powered by Google App Engine
This is Rietveld 408576698