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

Unified Diff: webrtc/call/audio_send_stream.h

Issue 2546493002: Update smoothed bitrate. (Closed)
Patch Set: Response to comments. Created 4 years 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/call/audio_send_stream.h
diff --git a/webrtc/call/audio_send_stream.h b/webrtc/call/audio_send_stream.h
index 20635890649b077e0742654d126c922116af7b00..24792ff0d4ff8a32cb715eb5c1c62bb742290d2a 100644
--- a/webrtc/call/audio_send_stream.h
+++ b/webrtc/call/audio_send_stream.h
@@ -100,6 +100,9 @@ class AudioSendStream {
// string.
rtc::Optional<std::string> audio_network_adaptor_config;
+ // Interval in which adapt codec is called. Default is an interval of 200ms.
minyue-webrtc 2016/12/14 11:36:37 Time interval on which AdaptCodec is called. (no n
+ uint32_t adapt_codec_interval_ms = 200;
+
struct SendCodecSpec {
SendCodecSpec();
std::string ToString() const;

Powered by Google App Engine
This is Rietveld 408576698