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; |