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

Unified Diff: webrtc/audio/audio_send_stream.h

Issue 2437503004: Set actual transport overhead in rtp_rtcp (Closed)
Patch Set: Response to comments of honghaiz3 Created 4 years, 1 month 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/audio/audio_send_stream.cc » ('j') | webrtc/media/engine/webrtcvideoengine2.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/audio_send_stream.h
diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
index 5a2864b77fcbba116cd81691ab020c4f6a3e1252..58042851754881a2dc0316695543a9733df4367e 100644
--- a/webrtc/audio/audio_send_stream.h
+++ b/webrtc/audio/audio_send_stream.h
@@ -57,6 +57,7 @@ class AudioSendStream final : public webrtc::AudioSendStream,
int64_t rtt) override;
const webrtc::AudioSendStream::Config& config() const;
+ void SetTransportOverhead(int transport_overhead_per_packet_byte);
stefan-webrtc 2016/11/02 13:21:43 What does per_packet_byte mean? Isn't it just per
michaelt 2016/11/02 13:35:34 _byte should indicate that the size is in byte. Bu
private:
VoiceEngine* voice_engine() const;
« no previous file with comments | « no previous file | webrtc/audio/audio_send_stream.cc » ('j') | webrtc/media/engine/webrtcvideoengine2.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698