| Index: webrtc/voice_engine/channel_proxy.h
|
| diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
|
| index df0c3f22ef67cd0c5bf2d2ab34f92cd47c8a7751..9972bb9c7345df2b48c8384e73390a5dd63a9cc1 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);
|
|
|