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

Unified Diff: webrtc/audio/audio_send_stream.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/audio/audio_send_stream.h
diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
index 2e0b7aed584620aaddcdf6f8c92b3926389b73b9..30358c05e7e55d54600e8438467eb69b8fb4b025 100644
--- a/webrtc/audio/audio_send_stream.h
+++ b/webrtc/audio/audio_send_stream.h
@@ -56,6 +56,13 @@ class AudioSendStream final : public webrtc::AudioSendStream,
uint8_t fraction_loss,
int64_t rtt) 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;
+
const webrtc::AudioSendStream::Config& config() const;
private:

Powered by Google App Engine
This is Rietveld 408576698