Index: webrtc/voice_engine/channel_proxy.h |
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h |
index 8159606ec5c7244f38c1f414e497b4e911d5c3d9..69d4f110bb60262c172bfde179d1bb4481cd23c2 100644 |
--- a/webrtc/voice_engine/channel_proxy.h |
+++ b/webrtc/voice_engine/channel_proxy.h |
@@ -48,6 +48,7 @@ class ChannelProxy { |
virtual void SetRTCPStatus(bool enable); |
virtual void SetLocalSSRC(uint32_t ssrc); |
virtual void SetRTCP_CNAME(const std::string& c_name); |
+ virtual void SetNACKStatus(bool enable, int max_packets); |
virtual void SetSendAbsoluteSenderTimeStatus(bool enable, int id); |
virtual void SetSendAudioLevelIndicationStatus(bool enable, int id); |
virtual void SetReceiveAbsoluteSenderTimeStatus(bool enable, int id); |