Index: webrtc/voice_engine/channel_proxy.h |
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h |
index d19c0092a715f791eb7af3aac5b33812b86b4d89..e3d27c8e0bb306a3440a25a77edc4ee4c7f83c0a 100644 |
--- a/webrtc/voice_engine/channel_proxy.h |
+++ b/webrtc/voice_engine/channel_proxy.h |
@@ -52,9 +52,7 @@ class ChannelProxy { |
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); |
the sun
2016/10/27 16:09:17
There's a mock_channel_proxy which you should upda
stefan-webrtc
2016/10/31 15:40:27
Done.
|
virtual void SetSendAudioLevelIndicationStatus(bool enable, int id); |
- virtual void SetReceiveAbsoluteSenderTimeStatus(bool enable, int id); |
virtual void SetReceiveAudioLevelIndicationStatus(bool enable, int id); |
virtual void EnableSendTransportSequenceNumber(int id); |
virtual void EnableReceiveTransportSequenceNumber(int id); |