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..8bcdb8fd0daaab065d848c6356d700eca810fd04 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); |
private: |
VoiceEngine* voice_engine() const; |